.. |
application
|
Add lib to load paths when application is inherited to be able to load lib code during configuration.
|
2010-06-02 00:48:16 +02:00 |
commands
|
Changing command line API from 'rails blog' to 'rails new blog'.
|
2010-06-04 12:30:03 -05:00 |
console
|
Make many parts of Rails lazy. In order to facilitate this,
|
2010-03-07 06:24:30 -08:00 |
engine
|
Removing Metal from Rails 3.
|
2010-05-29 20:08:00 +02:00 |
generators
|
Remove outdated section on web servers that didnt really tell you much anyway
|
2010-06-09 15:50:48 -04: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
|
Improve performance of the Logger middleware by using simpler versions of methods
|
2010-06-04 20:11:05 -07:00 |
railtie
|
Move AD::Cascade to the bottom of the middleware stack.
|
2010-05-16 12:03:11 +02:00 |
tasks
|
Remove the laziness from the middleware stack.
|
2010-06-03 23:32:10 +10: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
|
Add lib to load paths when application is inherited to be able to load lib code during configuration.
|
2010-06-02 00:48:16 +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
|
Move railties/lib/* into railties/lib/*
|
2009-09-24 16:11:41 -07:00 |
commands.rb
|
Changing command line API from 'rails blog' to 'rails new blog'.
|
2010-06-04 12:30:03 -05:00 |
configuration.rb
|
Add delete to middleware stack proxy.
|
2010-06-07 23:17:23 +02:00 |
deprecation.rb
|
Make RAILS_* give deprecation warning just once
|
2010-02-04 17:00:50 +00:00 |
engine.rb
|
Removing Metal from Rails 3.
|
2010-05-29 20:08:00 +02:00 |
generators.rb
|
Hide remaining generators hooks [#4790 state:resolved]
|
2010-06-08 16:01:11 +02:00 |
info.rb
|
Takes out stale methods relating to edge_rails_version
|
2010-05-16 17:21:29 +02: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
|
Improve performance of the log subscriber by remembering the list of all loggers instead of trying to extract them each time
|
2010-06-04 20:11:05 -07: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
|
Move railties/lib/* into railties/lib/*
|
2009-09-24 16:11:41 -07:00 |
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
|
Ensure that eager_load actually takes place just after the middleware stack is built by using another pattern.
|
2010-05-15 23:49:03 +02: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
|
Make assert_recognizes work in IntegrationTest [#4390 state:committed]
|
2010-04-24 15:42:55 -07:00 |
version.rb
|
Get ready for beta 4
|
2010-06-08 14:47:02 -04:00 |
webrick_server.rb
|
Remove RAILS_ROOT from webrick_server docs.
|
2010-04-12 21:28:39 -07:00 |