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-05-06 12:02:54 +03:00
..
application Add missing deprecation requires 2010-04-29 11:34:48 -07:00
commands add support for mysql2 adapter to dbconsole 2010-05-04 15:47:08 -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 Expand paths to app builders relative to the working directory 2010-05-06 12:02:54 +03: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 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 Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved] 2010-04-26 11:12:52 -07: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 The rake task :environment now loads config/environment.rb instead of initializing the application on its own. This fixes [#4492 state:resolved] and also avoids the application being initialized twice in some rake tasks. 2010-04-29 08:39:52 +02:00
backtrace_cleaner.rb Make backtrace_cleaner work as expected. Prior to this patch, the Full Trace rarely showed the full trace. Also, increase performance considerably. 2010-05-03 12:59:48 +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 Ops. Rename performance to profiler. 2010-04-29 09:31:06 +02:00
configuration.rb Add missing deprecation requires 2010-04-29 11:34:48 -07: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 Fix docs typo: app.middlewares -> app.middleware 2010-04-29 11:43:09 -07:00
generators.rb Update hidden namespace mechanism to work better with alternate choices and to support full namespaces (not just entire groups) 2010-05-05 10:12:33 +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 Change event namespace ordering to most-significant first [#4504 state:resolved] 2010-05-02 22:45:54 +02: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 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 Add missing deprecation requires 2010-04-29 11:34:48 -07:00
ruby_version_check.rb
rubyprof_ext.rb
source_annotation_extractor.rb
tasks.rb Test::Unit Railtie 2010-01-28 09:55:29 -08:00
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