.. |
application
|
Make many parts of Rails lazy. In order to facilitate this,
|
2010-03-07 06:24:30 -08:00 |
commands
|
Fix server environment [#3877 status:resolved]
|
2010-02-10 08:14:02 +01:00 |
console
|
Make many parts of Rails lazy. In order to facilitate this,
|
2010-03-07 06:24:30 -08:00 |
engine
|
Add mailers to paths in case someone wants to access it directly and ensures deep nesting works in controllers.
|
2010-03-06 19:25:55 +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
|
Add caller to request_uri deprecation notice
|
2010-03-03 21:24:00 -08:00 |
railtie
|
Deprecated ActionController::Base.session_options= and ActionController::Base.session_store= in favor of a config.session_store method (which takes params) and a config.cookie_secret variable, which is used in various secret scenarios. The old AC::Base options will continue to work with deprecation warnings.
|
2010-03-04 16:05:52 -08:00 |
tasks
|
If RAILS_PATH isn't set, make a dummy doc task
|
2010-03-07 12:39:53 -08: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
|
Don't rely on Rails.application global state in Config
|
2010-03-03 15:49:24 -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
|
Move railties/lib/* into railties/lib/*
|
2009-09-24 16:11:41 -07:00 |
commands.rb
|
Fix server environment [#3877 status:resolved]
|
2010-02-10 08:14:02 +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
|
Make many parts of Rails lazy. In order to facilitate this,
|
2010-03-07 06:24:30 -08:00 |
generators.rb
|
Add autoload to generators modules and fix failing test.
|
2010-02-26 10:44:53 +01: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
|
plugin rails/init.rb deprecation message
|
2010-02-26 16:08:00 -08: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
|
Fix unstated usage of inflector
|
2010-03-01 18:52:07 -08:00 |
railties_path.rb
|
Move railties/lib/* into railties/lib/*
|
2009-09-24 16:11:41 -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
|
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
|
Move railties/lib/* into railties/lib/*
|
2009-09-24 16:11:41 -07:00 |