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
2010-04-10 13:29:57 +02:00
..
application Fix a bug in ActionDispatch::Static where Rails cannot find assets if started in another directory which is not the RAILS_ROOT. 2010-04-08 12:52:37 +02:00
commands Create tmp directories if required before starting server [#3907 state:resolved] 2010-03-31 16:02:59 +02:00
console
engine Fix a typo in load_once_paths [#4357 state:resolved] (ht: Kim Altintop) 2010-04-10 13:29:57 +02:00
generators Use pluralize to properly inflect the number of errors. 2010-04-10 12:45:28 +02:00
log_subscriber
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 db:test:prepare for tasks only if AR is loaded 2010-04-09 16:03:27 +12:00
all.rb
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 It seems the test directory backtrace line is output with a / before it, thereby previously making it not match the regex. Support APP_DIRS that have backtrace lines maybe beginning with /. [#4277 state:resolved] 2010-04-05 23:50:12 +02: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
dispatcher.rb
engine.rb Update the documentation for Engine and Railtie. 2010-04-05 16:02:23 -07:00
generators.rb Partially revert "A new application now comes with a layout and a stylesheet." 2010-04-09 10:04:20 -07: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
log_subscriber.rb
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 Update the documentation for Engine and Railtie. 2010-04-05 16:02:23 -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 Update versions (otherwise you install a gem from source as beta3 but internally it's beta2) and update CHANGELOG. 2010-04-10 12:17:34 +02:00
webrick_server.rb