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
unknown e813ad2a42 Make db console work for all versions of ruby on Windows.
[#3999 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-04-26 10:57:44 -07:00
..
application Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests. 2010-04-22 12:00:13 +02:00
commands Make db console work for all versions of ruby on Windows. 2010-04-26 10:57:44 -07:00
console Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
engine Fix a typo in load_once_paths [#4357 state:resolved] (ht: Kim Altintop) 2010-04-10 13:29:57 +02:00
generators No need to require test and rdoc tasks. 2010-04-26 09:37:15 +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 Ensure application rake tasks and generators are loaded after the ones specified in railties/engines/rails. [#4471 state:resolved] 2010-04-26 09:36:13 +02:00
test_unit Ensure application rake tasks and generators are loaded after the ones specified in railties/engines/rails. [#4471 state:resolved] 2010-04-26 09:36:13 +02:00
all.rb
application.rb Ensure application rake tasks and generators are loaded after the ones specified in railties/engines/rails. [#4471 state:resolved] 2010-04-26 09:36:13 +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
cli.rb moved rails binary to rails gem, so rubygems can find specific versions of rails [#4382 state:resolved] 2010-04-12 19:56:38 -07: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 Regexp.escape(load_path) in add_routing_namespaces initializer [#4442 state:resolved] 2010-04-20 08:53:46 +12: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 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 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 Make assert_recognizes work in IntegrationTest [#4390 state:committed] 2010-04-24 15:42:55 -07: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 Remove RAILS_ROOT from webrick_server docs. 2010-04-12 21:28:39 -07:00