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-03-27 10:46:17 +01:00
..
application 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
commands Make script/dbconsole work with oracle (sqlplus <username>[/<password>][@<connect_identifier>]) 2010-03-26 15:54:04 +01:00
console Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
engine init.rb in plugins is here to stay 2010-03-23 16:35:14 -07:00
generators Make X-Sendfile default to "" so it works correctly in dev mode. 2010-03-26 16:58:55 -07: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 Add caller to request_uri deprecation notice 2010-03-03 21:24:00 -08: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 Do not check for a valid const name in Rails 3.0 applications. [#4200 state:resolved] 2010-03-27 10:46:17 +01:00
test_unit 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
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 Merge branch 'master' into docrails 2010-03-26 15:10:24 -07: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 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 No need for a module if it's only being included once into an empty class. 2010-03-04 09:56:40 -08: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 Merge branch 'master' into docrails 2010-03-26 15:10:24 -07: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 Solve some pendencies. 2010-01-24 09:32:54 +01:00
performance_test_help.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
plugin.rb init.rb in plugins is here to stay 2010-03-23 16:35:14 -07: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 Merge branch 'master' into docrails 2010-03-26 15:10:24 -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 Explicitly require files before monkey patching them. 2010-03-23 17:48:29 +01:00
version.rb Update versions of all components to normalize them to new format 2010-03-02 00:32:48 -05:00
webrick_server.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00