rails--rails/railties/lib/rails
Joao Carlos 70b8495468 Better with #abort
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-03-03 10:12:42 +01:00
..
application 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
commands Fix server environment [#3877 status:resolved] 2010-02-10 08:14:02 +01:00
console Use non-deprecated Rails.application instead of ActionController::Dispatcher.new and ActionDispatch::Integration instead of ActionController::Integration for console. 2010-03-02 21:56:37 -08:00
engine Add config.generators.templates to provide alternative paths for template lookup. 2010-02-06 17:32:06 +01:00
generators #add_source: Fixed docco + added required newline to line added to Gemfile 2010-02-26 11:11:35 +01: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 Rename Rails::Subscriber to Rails::LogSubscriber 2010-02-16 22:36:15 +01:00
railtie
tasks Leverage VERSION constants from gemspecs to avoid tedious updates when releasing 2010-03-02 00:32:53 -05:00
test_unit Resolve test/unit load ordering by removing backtrace filter from boot initializers 2010-02-11 09:01:52 -08: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 Get Railties tests passing 2010-02-25 17:53:01 -08: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
commands.rb Fix server environment [#3877 status:resolved] 2010-02-10 08:14:02 +01:00
configuration.rb Fix unstated usage of Action Dispatch 2010-03-01 21:29:47 -08:00
deprecation.rb Make RAILS_* give deprecation warning just once 2010-02-04 17:00:50 +00:00
dispatcher.rb
engine.rb Get the railties tests to pass again. 2010-03-02 14:00:25 -08:00
generators.rb Add autoload to generators modules and fix failing test. 2010-02-26 10:44:53 +01:00
initializable.rb
log_subscriber.rb 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
paths.rb
performance_test_help.rb
plugin.rb plugin rails/init.rb deprecation message 2010-02-26 16:08:00 -08:00
rack.rb
railtie.rb Fix unstated usage of inflector 2010-03-01 18:52:07 -08:00
railties_path.rb
ruby_version_check.rb
rubyprof_ext.rb
source_annotation_extractor.rb
tasks.rb
test_help.rb Better with #abort 2010-03-03 10:12:42 +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