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-05 16:02:23 -07: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 A new application now comes with a layout and a stylesheet. 2010-04-06 00:18:35 +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 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 Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
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 Update the documentation for Engine and Railtie. 2010-04-05 16:02:23 -07:00
generators.rb A new application now comes with a layout and a stylesheet. 2010-04-06 00:18:35 +02: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 Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
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 Move Rails::Rack::Metal to Rails::Application::Metal and just add cascade if any metal was declared. 2010-01-26 15:27:46 +01:00
railtie.rb Update the documentation for Engine and Railtie. 2010-04-05 16:02:23 -07:00
ruby_version_check.rb Update Ruby version check to 1.8.7 2009-11-05 15:38:25 -08:00
rubyprof_ext.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
source_annotation_extractor.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
tasks.rb Test::Unit Railtie 2010-01-28 09:55:29 -08:00
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 Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00