1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/application
2010-04-29 11:34:48 -07:00
..
bootstrap.rb The rake task :environment now loads config/environment.rb instead of initializing the application on its own. This fixes [#4492 state:resolved] and also avoids the application being initialized twice in some rake tasks. 2010-04-29 08:39:52 +02:00
configurable.rb Add tests for explicit engines. 2010-01-26 14:58:00 +01:00
configuration.rb Add missing deprecation requires 2010-04-29 11:34:48 -07:00
finisher.rb Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
metal_loader.rb require Strings, not Symbols 2010-02-14 11:56:21 -08:00
railties.rb Solve some pendencies. 2010-01-24 09:32:54 +01:00
routes_reloader.rb Replace the placeholder base_hook API with on_load. To specify some code that 2010-03-29 17:08:50 -07:00