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
Akira Matsuda ae54cb29d4 require 'rake' before requiring Rake tasks
Without this,
% rails r "require 'rails/tasks'"
would cause a NoMethodError: undefined method `desc' for main:Object
2014-12-03 06:28:09 +09:00
..
api Added docs for AJ::Callbacks; Added AJ to docs build map 2014-08-16 01:31:39 +03:00
application Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
commands Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
console
engine
generators Silence Minitest for plugin tests. 2014-12-02 18:47:03 +08:00
rack edit pass over all warnings 2014-10-28 17:47:32 -07:00
railtie Revert "Improve custom configuration" 2014-08-19 19:41:15 -03:00
tasks Add test/jobs files in rake stats 2014-11-05 14:17:37 +01:00
templates rails -> bin/rails in index.html 2014-11-27 00:45:16 -08:00
test_unit docs, AR no longer makes use of test:prepare. [ci skip] 2014-11-28 11:05:13 +01:00
all.rb Remove activejob integration tests 2014-08-12 10:07:21 +00:00
app_rails_loader.rb Stop using mocha on app_rails_loader_test 2014-07-07 22:05:30 -03:00
application.rb No need to sync config.secret_token and secrets.secret_token 2014-11-10 21:18:57 -02:00
application_controller.rb
backtrace_cleaner.rb Move object allocation out of loop 2014-09-27 13:42:20 +08:00
cli.rb
code_statistics.rb Add test/jobs files in rake stats 2014-11-05 14:17:37 +01:00
code_statistics_calculator.rb
commands.rb
configuration.rb Replace ActionDispatch::Head with Rack::Head. 2014-11-24 19:48:51 +09:00
deprecation.rb
engine.rb FIX: absolute_path may be nil for code added via instance_eval 2014-12-01 12:35:16 +11:00
gem_version.rb Start Rails 5 development 🎉 2014-11-28 15:00:06 -02:00
generators.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
info.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
info_controller.rb Deprecate all *_filter callbacks in favor of *_action callbacks 2014-05-27 19:10:14 -03:00
initializable.rb
mailers_controller.rb Deprecate all *_filter callbacks in favor of *_action callbacks 2014-05-27 19:10:14 -03:00
paths.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
rack.rb Keep debugger support only for rubies < 2.0.0 2014-04-08 20:55:23 +02:00
railtie.rb Ensure we supply Kernel#y for 1.9 too 2014-04-04 22:48:38 +10:30
ruby_version_check.rb Bump required Ruby version to 2.1.0 2014-11-28 22:59:51 -08:00
source_annotation_extractor.rb Fix comment of SourceAnnotationExtractor#find_in 2014-11-09 11:53:51 +09:00
tasks.rb require 'rake' before requiring Rake tasks 2014-12-03 06:28:09 +09:00
test_help.rb Require action_controller before any other action_controller file 2014-04-10 15:00:03 -03:00
version.rb Introduce Rails.gem_version 2014-03-05 12:37:38 -05:00
welcome_controller.rb