.. |
application
|
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved]
|
2010-06-24 13:23:43 +02:00 |
commands
|
Note that 'rails server' allows specifying mongrel, thin, etc [#4845 state:resolved]
|
2010-06-22 21:13:12 +02:00 |
console
|
Dont reload the environment, just not needed bro
|
2010-06-24 17:38:46 -05:00 |
engine
|
renames load_(once_)paths to autoload_(once_)paths in dependencies and config
|
2010-06-24 00:17:28 +02:00 |
generators
|
Remove the --singeleton option from scaffold generator.
|
2010-06-24 20:17:59 +02:00 |
rack
|
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved]
|
2010-06-24 13:23:43 +02: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
|
edit pass: the names of Rails components have a space, ie, "Active Record", not "ActiveRecord"
|
2010-06-14 23:22:04 +02: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
|
Move Collection responsibility from application to initializable
|
2010-06-24 02:13:08 -07: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
|
renames load_(once_)paths to autoload_(once_)paths in dependencies and config
|
2010-06-24 00:17:28 +02:00 |
generators.rb
|
Remove the --singeleton option from scaffold generator.
|
2010-06-24 20:17:59 +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
|
Remove run_initializers from class methods.
|
2010-06-24 11:40:22 +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
|
|
|
railtie.rb
|
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved]
|
2010-06-24 13:23:43 +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 |