rails--rails/railties/lib/rails
José Valim c140aca361 Remove app/views from the load paths [#4226 state:resolved] 2010-04-05 12:30:59 +02:00
..
application 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
commands Create tmp directories if required before starting server [#3907 state:resolved] 2010-03-31 16:02:59 +02:00
console Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
engine Remove app/views from the load paths [#4226 state:resolved] 2010-04-05 12:30:59 +02:00
generators 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
log_subscriber Have log subscribers subscribe to the actual events, so the subscriber doesn't subscribe to *every* event, so we can have events that are slow-ish but are not actually run in production. 2010-03-02 13:05:25 -08:00
rack Revert "Ruby 1.9: use ruby-debug19. [#3949 state:resolved]" 2010-03-30 01:32:26 +02:00
railtie Move application configuration to the application configuration object, remove railtie_name and engine_name and allow to set the configuration object. 2010-03-26 18:47:55 +01:00
tasks periods are not metacharacters within character classes 2010-03-30 01:55:06 -07:00
test_unit Revert "Reorganized app/test directory. [#3057 state:resolved]" 2010-03-29 18:36:28 +02:00
all.rb Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always uses AS. 2010-02-04 10:08:06 -08:00
application.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
backtrace_cleaner.rb Remove backtrace cleaner specific to Bundler. Bundler just uses Gem.dir and Gem.path now. 2010-02-11 10:29:50 -08:00
code_statistics.rb
commands.rb Load the environment before executing rails console. [#3905 status:resolved] 2010-03-12 20:41:41 +01:00
configuration.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
deprecation.rb Make RAILS_* give deprecation warning just once 2010-02-04 17:00:50 +00:00
dispatcher.rb Updating copyright dates on all licenses 2010-02-01 10:10:53 +11:00
engine.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
generators.rb Load generators from both lib/rails/generators and lib/generators. Using the former since it's less obstrusive. 2010-03-23 13:40:41 +01:00
info.rb Move railties/builtin into lib 2010-03-20 12:34:21 -05:00
info_controller.rb Autoload Rails::Info 2010-03-20 14:03:43 -05:00
info_routes.rb Autoload Rails::Info 2010-03-20 14:03:43 -05:00
initializable.rb tsort-based dependency resolution for initializers 2010-01-29 19:25:58 -08:00
log_subscriber.rb Move remote_ip to a middleware: 2010-03-03 21:24:00 -08:00
paths.rb Remove app/views from the load paths [#4226 state:resolved] 2010-04-05 12:30:59 +02:00
performance_test_help.rb
plugin.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
rack.rb
railtie.rb Merge branch 'master' into docrails 2010-03-26 15:10:24 -07:00
ruby_version_check.rb
rubyprof_ext.rb
source_annotation_extractor.rb
tasks.rb
test_help.rb Missed a few spots in railties 2010-03-30 14:18:08 -05:00
version.rb Prep for beta2, depend on latest Bundler 2010-04-01 13:36:45 -07:00
webrick_server.rb