.. |
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
|
|
|
engine
|
Removing Metal from Rails 3.
|
2010-05-29 20:08:00 +02:00 |
generators
|
Create mailers folder when starting a new rails app
|
2010-06-12 09:54:18 +02:00 |
log_subscriber
|
|
|
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
|
Cut down even further on rake -T noise
|
2010-06-09 17:14:53 -04:00 |
test_unit
|
Cut down even further on rake -T noise
|
2010-06-09 17:14:53 -04:00 |
all.rb
|
|
|
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
|
detect being inside a rails application even from a subdirectory
|
2010-06-10 14:16:45 -04:00 |
code_statistics.rb
|
|
|
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
|
|
|
engine.rb
|
Removing Metal from Rails 3.
|
2010-05-29 20:08:00 +02:00 |
generators.rb
|
Tidy up generators based on latest change on AM.
|
2010-06-13 13:56:08 +02:00 |
info.rb
|
Takes out stale methods relating to edge_rails_version
|
2010-05-16 17:21:29 +02:00 |
info_controller.rb
|
|
|
info_routes.rb
|
|
|
initializable.rb
|
|
|
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
|
|
|
performance_test_help.rb
|
|
|
plugin.rb
|
|
|
rack.rb
|
|
|
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
|
Support ruby 1.8.7 and 1.9.2 (and development versions)
|
2010-06-11 16:40:04 -07:00 |
rubyprof_ext.rb
|
|
|
script_rails_loader.rb
|
detect being inside a rails application even from a subdirectory
|
2010-06-10 14:16:45 -04:00 |
source_annotation_extractor.rb
|
|
|
tasks.rb
|
|
|
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 |