1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/environments
2005-09-12 17:30:40 +00:00
..
boot.rb Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is empty and doesn't require updating. Added Rails::Initializer and Rails::Configuration to abstract all of the common setup out of config/environment.rb (uses config/boot.rb to bootstrap the initializer and paths) 2005-09-03 15:13:06 +00:00
development.rb r2951@asus: jeremy | 2005-07-08 18:09:30 -0700 2005-07-08 21:13:29 +00:00
environment.rb Added create_session_table, drop_session_table, and purge_session_table as rake tasks for databases that supports migrations (MySQL, PostgreSQL, SQLite) to get a table for use with CGI::Session::ActiveRecordStore. Added configuration of session options through config.session_options in Rails::Configuration 2005-09-12 17:30:40 +00:00
production.rb r2951@asus: jeremy | 2005-07-08 18:09:30 -0700 2005-07-08 21:13:29 +00:00
test.rb r2951@asus: jeremy | 2005-07-08 18:09:30 -0700 2005-07-08 21:13:29 +00:00