]> git.openstreetmap.org Git - rails.git/commit
Move to version 2.3.2 of rails.
authorTom Hughes <tom@compton.nu>
Thu, 4 Jun 2009 08:08:24 +0000 (08:08 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 4 Jun 2009 08:08:24 +0000 (08:08 +0000)
commit2f3e23f6eb2bd571a39486773f0f10d65a2398a1
tree0a9b923307183ca90f7efed4765f6189cd21c65e
parent9126d989c8bccf645846fe51c4d414a44fd0972c
Move to version 2.3.2 of rails.
47 files changed:
app/controllers/amf_controller.rb
app/controllers/api_controller.rb
app/controllers/application_controller.rb [moved from app/controllers/application.rb with 99% similarity]
app/controllers/changeset_controller.rb
app/controllers/node_controller.rb
app/controllers/old_node_controller.rb
app/controllers/old_relation_controller.rb
app/controllers/old_way_controller.rb
app/controllers/relation_controller.rb
app/controllers/swf_controller.rb
app/controllers/way_controller.rb
config/boot.rb
config/environment.rb
test/test_helper.rb
test/unit/changeset_tag_test.rb
test/unit/changeset_test.rb
test/unit/diary_comment_test.rb
test/unit/diary_entry_test.rb
test/unit/friend_test.rb
test/unit/message_test.rb
test/unit/node_tag_test.rb
test/unit/node_test.rb
test/unit/old_node_tag_test.rb
test/unit/old_node_test.rb
test/unit/old_relation_tag_test.rb
test/unit/old_way_tag_test.rb
test/unit/relation_member_test.rb
test/unit/relation_tag_test.rb
test/unit/relation_test.rb
test/unit/trace_test.rb
test/unit/tracepoint_test.rb
test/unit/tracetag_test.rb
test/unit/user_test.rb
test/unit/user_token_test.rb
test/unit/way_node_test.rb
test/unit/way_tag_test.rb
test/unit/way_test.rb
vendor/plugins/sql_session_store/LICENSE
vendor/plugins/sql_session_store/README
vendor/plugins/sql_session_store/init.rb
vendor/plugins/sql_session_store/lib/abstract_session.rb [new file with mode: 0644]
vendor/plugins/sql_session_store/lib/mysql_session.rb
vendor/plugins/sql_session_store/lib/oracle_session.rb
vendor/plugins/sql_session_store/lib/postgresql_session.rb
vendor/plugins/sql_session_store/lib/sql_session.rb
vendor/plugins/sql_session_store/lib/sql_session_store.rb
vendor/plugins/sql_session_store/lib/sqlite_session.rb