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
2014-04-10 16:02:13 +02:00
..
api Fixed API task file 2013-09-09 17:04:04 +02:00
application Require yaml explicitly 2014-03-29 21:21:01 +01:00
commands Isolate debugger related code 2014-04-10 16:02:13 +02:00
console use the appropriate RDoc code markup 2013-07-18 17:15:11 +02:00
engine Remove unused delegate 2013-08-31 18:55:21 -03:00
generators Update Gemfile templates to provide correct debugger 2014-04-08 20:57:12 +02:00
rack More Warnings removed for ruby trunk 2013-11-01 13:47:23 +01:00
railtie update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to? to accept include_private argument 2013-08-16 08:22:08 -07:00
tasks Make the rails:template rake task load initializers 2014-03-08 15:59:22 +01:00
templates Remove the navigator for now. Its ugly and it promises more than it can deliver. These other views (properties, routes) are not designed to be loaded in isolation 2013-12-17 15:31:25 -08:00
test_unit Merge pull request #12778 from etehtsea/rake-default-fix 2014-03-28 10:24:18 -05:00
all.rb Add loading 'action_view' as part of rails/all 2013-08-25 11:39:07 +02:00
app_rails_loader.rb app_rails_loader.rb should check if bin/rails is a File before calling File.read(exe); closes #13825 2014-01-24 10:00:31 -08:00
application.rb Rails.application should be set inside before_configuration hook 2014-04-07 17:35:00 -03:00
application_controller.rb Add an application controller for internal controllers 2013-12-17 03:58:35 +00:00
backtrace_cleaner.rb Gem cont presence checking has been removed 2012-05-02 13:56:13 +03:00
cli.rb No need to require rbconfig as we are using Gem.ruby 2013-10-11 14:26:20 +02:00
code_statistics.rb Improve rake stats for JavaScript and CoffeeScript. 2013-02-25 21:08:11 +08:00
code_statistics_calculator.rb Improve rake stats for JavaScript and CoffeeScript. 2013-02-25 21:08:11 +08:00
commands.rb Creating a class for carrying out rails commands. 2013-07-07 23:15:55 -07:00
configuration.rb Expose MiddlewareStack#unshift to environment configuration. 2013-10-09 12:25:29 +01:00
deprecation.rb Remove 'assigned but unused variable' warning 2012-09-18 16:53:36 +03:00
engine.rb Ensure we supply Kernel#y for 1.9 too 2014-04-04 22:48:38 +10:30
gem_version.rb Introduce Rails.gem_version 2014-03-05 12:37:38 -05:00
generators.rb Require the top file and autoload Base class 2013-11-09 17:55:56 -02:00
info.rb Adding active_model in Rails::Info 2014-03-23 23:55:03 -04:00
info_controller.rb Add an application controller for internal controllers 2013-12-17 03:58:35 +00:00
initializable.rb add :nodoc: to internal implementations [ci skip] 2012-06-22 16:29:59 -05:00
mailers_controller.rb Add mailer previews feature based on mail_view gem 2013-12-17 03:58:35 +00:00
paths.rb Replace map.flatten with flat_map in railties 2014-03-04 09:13:44 -08: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 Prefer Ruby 2.0; require 1.9.3+ 2013-02-09 17:41:07 -07:00
rubyprof_ext.rb Replaced all 'for' loops with Enumerable#each 2012-01-30 03:15:49 +08:00
source_annotation_extractor.rb Fix Shadowing extensions variable in Register Annotation Exentsions 2014-03-16 14:32:08 -05:00
tasks.rb Remove $VERBOSE = nil from tasks.rb 2013-07-25 11:54:24 -07:00
test_help.rb Automatically maintain test database schema 2014-01-02 13:49:00 +00:00
version.rb Introduce Rails.gem_version 2014-03-05 12:37:38 -05:00
welcome_controller.rb Add an application controller for internal controllers 2013-12-17 03:58:35 +00:00