Download
Entwicklung
Konto
Download
Entwicklung
Anmelden
Vergessen Konto/Passwort
Konto erstellen
Sprache
Hilfe
Sprache
Hilfe
×
Anmelden
Anmeldename
Passwort
×
Vergessen Konto/Passwort
Übersetzungsstatus von Deutsch
Kategorie:
Software
Personen
PersonalForge
Magazine
Wiki
Suche
OSDN
>
Entwickler
>
hmml
>
Kammer
>
mmw_serv
>
Commit
hmml
MikuMikuWeather server
Fork
(Original-Repository, kein Fork Herkunft)
Wiki
Quellcode
Zusammenfassung
Dateibaum
Commits
Zweige
Tags
Download
Ticket
liste
Abschicken
Milestone List
Fork
Fork informationen
Fork dieses Repository
Aktivitäten
Chamber Historie
Statistiken
Andere Chambers (6)
DemoWatcher
MMM Graph Editor
MikuMikuWeather Android App
MikuMikuWeather server
NaviVoiceChanger
nvc-serv
Liste
R/O
HTTP
SSH
HTTPS
Fork
Commit
Tags
Keine Tags
Frequently used words (click to add to your profile)
java
c++
android
linux
c#
windows
objective-c
cocoa
誰得
qt
python
php
ruby
game
gui
bathyscaphe
c
計画中(planning stage)
翻訳
omegat
framework
twitter
dom
test
vb.net
directx
ゲームエンジン
btron
arduino
previewer
Commit MetaInfo
Revision
f91ba841eff7aadbc85c8a65d5cea5b1612f48ec (
tree
)
Zeit
2017-06-30 20:15:27
Autor
HMML <hmml3939@gmai...>
Commiter
HMML
Log Message
JMA content fetcher WIP.
Ändern Zusammenfassung
modified:
.gitignore
modified:
Gemfile
modified:
Gemfile.lock
add:
app/assets/javascripts/areas.coffee
add:
app/assets/javascripts/forecasts.coffee
add:
app/assets/stylesheets/areas.scss
add:
app/assets/stylesheets/forecasts.scss
add:
app/controllers/areas_controller.rb
add:
app/controllers/forecasts_controller.rb
add:
app/helpers/areas_helper.rb
add:
app/helpers/forecasts_helper.rb
modified:
app/jobs/application_job.rb
modified:
app/jobs/fetch_content_job.rb
add:
app/models/area.rb
add:
app/models/forecast.rb
add:
app/views/areas/_area.json.jbuilder
add:
app/views/areas/_form.html.haml
add:
app/views/areas/edit.html.haml
add:
app/views/areas/index.html.haml
add:
app/views/areas/index.json.jbuilder
add:
app/views/areas/new.html.haml
add:
app/views/areas/show.html.haml
add:
app/views/areas/show.json.jbuilder
modified:
app/views/dist_signals/index.html.haml
add:
app/views/forecasts/_forecast.json.jbuilder
add:
app/views/forecasts/_form.html.haml
add:
app/views/forecasts/edit.html.haml
add:
app/views/forecasts/index.html.haml
add:
app/views/forecasts/index.json.jbuilder
add:
app/views/forecasts/new.html.haml
add:
app/views/forecasts/show.html.haml
add:
app/views/forecasts/show.json.jbuilder
modified:
config/application.rb
modified:
config/deploy.rb
modified:
config/routes.rb
add:
db/migrate/20170615071400_create_areas.rb
add:
db/migrate/20170615165118_create_forecasts.rb
modified:
db/schema.rb
add:
spec/controllers/areas_controller_spec.rb
add:
spec/controllers/forecasts_controller_spec.rb
add:
spec/data/dist_signal_bodies/4819.xml
add:
spec/data/dist_signal_bodies/4820.xml
add:
spec/data/dist_signal_bodies/4821.xml
add:
spec/data/dist_signal_bodies/4822.xml
add:
spec/data/dist_signal_bodies/4823.xml
add:
spec/data/dist_signal_bodies/4824.xml
add:
spec/data/dist_signal_bodies/4825.xml
add:
spec/data/dist_signal_bodies/4826.xml
add:
spec/data/dist_signal_bodies/4827.xml
add:
spec/data/dist_signal_bodies/4828.xml
add:
spec/data/dist_signal_bodies/4829.xml
add:
spec/data/dist_signal_bodies/4830.xml
add:
spec/data/dist_signal_bodies/4831.xml
add:
spec/data/dist_signal_bodies/4832.xml
add:
spec/data/dist_signal_bodies/4833.xml
add:
spec/data/dist_signal_bodies/4834.xml
add:
spec/data/dist_signal_bodies/4835.xml
add:
spec/data/dist_signal_bodies/4836.xml
add:
spec/data/dist_signal_bodies/4837.xml
add:
spec/data/dist_signal_bodies/4838.xml
add:
spec/data/weather_feeds/22253387-177a-326b-abab-1714c5b246e6.xml
add:
spec/data/weather_feeds/290f70a4-3ae3-37c1-9735-2dfe143073ec.xml
add:
spec/factories/areas.rb
add:
spec/factories/forecasts.rb
modified:
spec/jobs/fetch_content_job_spec.rb
add:
spec/models/area_spec.rb
add:
spec/models/forecast_spec.rb
modified:
spec/rails_helper.rb
add:
spec/routing/areas_routing_spec.rb
add:
spec/routing/forecasts_routing_spec.rb