]> git.openstreetmap.org Git - rails.git/commit
Add a list of languages and fix a few issues with the schema. Also get
authorTom Hughes <tom@compton.nu>
Sat, 30 May 2009 16:37:21 +0000 (16:37 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 30 May 2009 16:37:21 +0000 (16:37 +0000)
commit5b3b288fc2c4dace76f5c6c60199cf434e2646b9
tree06574cebdb70d40f98525dcf6ddcac3df225ed79
parent8f8cbc4ae8c0b335a9f68c7749ad49a4a74e3e07
Add a list of languages and fix a few issues with the schema. Also get
language selection for diary entries working.
app/controllers/diary_entry_controller.rb
app/models/diary_entry.rb
app/models/language.rb
app/views/diary_entry/edit.rhtml
config/languages.yml [new file with mode: 0644]
db/migrate/032_add_user_locale.rb
db/migrate/033_change_diary_entries_language.rb
db/migrate/034_create_languages.rb