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
2013-01-08 22:49:11 +01:00
..
application config.assets.enabled is now true by default 2013-01-05 17:56:53 +01:00
commands Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn' 2013-01-06 21:41:36 -07:00
console We don't need to require AS::TestCase 2012-08-14 10:01:06 -07:00
engine Add app/models/concerns and app/controllers/concerns to the default directory structure and load path 2012-12-18 16:26:08 +01:00
generators mv README README.rdoc as app template file 2013-01-08 22:49:11 +01:00
rack make the extremely useful logs debug level 2012-11-09 13:49:46 +09:00
railtie Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02:00
tasks doc/README_FOR_APP is no longer generated 2013-01-08 00:50:56 +01:00
templates Use absolute path 2013-01-08 19:44:34 +09:00
test_unit Rake test:uncommitted finds git directory in ancestors. 2012-11-10 20:39:04 +01:00
all.rb Now the Sprockets railtie lives in sprockets/railtie 2012-10-18 01:03:24 -03:00
app_rails_loader.rb Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn' 2013-01-06 21:41:36 -07:00
application.rb Improve secret_token deprecation message 2012-12-30 15:43:40 -02:00
backtrace_cleaner.rb Gem cont presence checking has been removed 2012-05-02 13:56:13 +03:00
cli.rb Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn' 2013-01-06 21:41:36 -07:00
code_statistics.rb Make code statistics rake task handle new test locations properly 2012-12-09 00:04:36 -05:00
commands.rb Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn' 2013-01-06 21:41:36 -07:00
configuration.rb Revert "Remove blank trailing comments" 2012-05-23 22:43:08 +05:30
deprecation.rb Remove 'assigned but unused variable' warning 2012-09-18 16:53:36 +03:00
engine.rb Merge branch 'master' of github.com:lifo/docrails 2013-01-09 01:04:15 +05:30
generators.rb Remove observers and sweepers 2012-11-28 22:46:49 -02:00
info.rb Remove Active Resource source files from the repository 2012-03-13 14:55:44 -04:00
info_controller.rb Redirect using action hash instead of hardcoding full route 2013-01-05 11:52:08 -02:00
initializable.rb add :nodoc: to internal implementations [ci skip] 2012-06-22 16:29:59 -05:00
paths.rb replace #flatten with Array() 2013-01-02 18:03:23 +03:00
performance_test_help.rb * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger 2011-12-19 18:41:37 -08:00
rack.rb Unify logger and taggedlogging middleware as both address logging concerns. 2011-10-19 22:39:11 +02:00
railtie.rb delegate to :class rather than 'self.class' 2013-01-06 12:43:30 +03:00
ruby_version_check.rb Update ruby_version_check. 2011-12-20 16:55:01 +01:00
rubyprof_ext.rb Replaced all 'for' loops with Enumerable#each 2012-01-30 03:15:49 +08:00
source_annotation_extractor.rb Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn' 2013-01-06 21:41:36 -07:00
tasks.rb [IMPORTANT] Make "sprockets/railtie" require explicit. 2011-06-29 09:41:16 -03:00
test_help.rb Don't configure Turn output, we aren't using it since 3.2.0 2013-01-07 23:51:57 -05:00
version.rb rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+ 2011-12-20 09:30:37 -06:00
welcome_controller.rb Use Rails to Render Default Index Page 2012-12-10 16:15:04 -08:00