1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails
2010-08-02 10:55:09 -03:00
..
application A few changes were done in this commit: 2010-06-28 01:22:32 +02:00
commands Add console hook to force ActiveRecord::Base to be loaded when console starts avoiding reference loops. 2010-07-18 11:02:07 +02:00
console Dont reload the environment, just not needed bro 2010-06-24 17:38:46 -05:00
engine Add a header that tells Internet Explorer (all versions) to use the best available standards support. This ensures that IE doesn't go into quirks mode because it has been blacklisted by too many users pressing the incompatible button. It also tells IE to use the ChromeFrame renderer, if the user has installed the plugin. 2010-07-27 19:25:07 -07:00
generators Makes rails destroy scaffold don't duplicate routes.draw do |map| |map| when using the deprecated syntax 2010-08-02 10:55:09 -03: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 the main page of the API generated by the doc:rails task is README 2010-07-30 21:50:53 +02:00
test_unit Corrected the rake test:units and test:functionals description [#5251 state:committed] 2010-08-01 22:17:15 -03:00
all.rb
application.rb Add a header that tells Internet Explorer (all versions) to use the best available standards support. This ensures that IE doesn't go into quirks mode because it has been blacklisted by too many users pressing the incompatible button. It also tells IE to use the ChromeFrame renderer, if the user has installed the plugin. 2010-07-27 19:25:07 -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 Add a header that tells Internet Explorer (all versions) to use the best available standards support. This ensures that IE doesn't go into quirks mode because it has been blacklisted by too many users pressing the incompatible button. It also tells IE to use the ChromeFrame renderer, if the user has installed the plugin. 2010-07-27 19:25:07 -07:00
configuration.rb Make config.generators accept string namespaces, you can do now config.generators.test_framework 'rspec' for instance 2010-07-21 17:17:23 +02:00
deprecation.rb
engine.rb A few changes were done in this commit: 2010-06-28 01:22:32 +02:00
generators.rb Remove the --singeleton option from scaffold generator. 2010-06-24 20:17:59 +02:00
info.rb Fix deprecation message on info screen 2010-07-26 16:35:27 -05:00
info_controller.rb Autoload Rails::Info 2010-03-20 14:03:43 -05:00
info_routes.rb Avoid calls to Rails::Application since this is not the official API. 2010-07-01 18:43:44 +02:00
initializable.rb Remove run_initializers from class methods. 2010-06-24 11:40:22 +02:00
paths.rb Add skip_eager_load!, skip_autoload! and friends to path objects. 2010-07-17 09:55:11 +02:00
performance_test_help.rb
plugin.rb A few changes were done in this commit: 2010-06-28 01:22:32 +02:00
rack.rb
railtie.rb Fix small middlewares typo 2010-07-24 15:28:45 -04: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 fix bad logic in determining if in rails app subdir 2010-07-26 16:40:46 -05: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 Prep for RC 2010-07-26 12:53:25 -05:00