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
yuuji.yaginuma 2e8146909a fix application_controller require_dependency path generated by the scaffold generator
This is follow up to #6643.
In #6643, the controller generator only had been fixed, in this commit to fix the scaffold generator.
2015-09-20 16:30:18 +09:00
..
api Remove documentation tasks 2015-02-06 21:04:54 +01:00
application mostly remove the ParamsParser middleware 2015-09-18 15:36:55 -07:00
commands Use the PORT environment variable for rails server 2015-08-18 08:43:11 -04:00
console modify console of app method in that can use the path helpers 2015-06-05 18:38:53 +09:00
engine make test runner work correctly inside engine 2015-07-12 18:29:31 +09:00
generators fix application_controller require_dependency path generated by the scaffold generator 2015-09-20 16:30:18 +09:00
rack Tiny documentation edits [ci skip] 2015-05-04 14:43:41 +02:00
railtie Revert "Improve custom configuration" 2014-08-19 19:41:15 -03:00
tasks Replace AR with ActiveRecord to make it more readable [ci skip] 2015-09-08 16:02:16 +05:30
templates Improve display of attachment names in mailer previews 2015-05-04 10:54:51 +01:00
test_unit modify to pass the correct argument to the test runner from rake 2015-09-08 08:07:29 +09:00
all.rb Remove activejob integration tests 2014-08-12 10:07:21 +00:00
app_loader.rb Remove redundant 'Rails' from Rails::AppRailsLoader constant 2015-05-21 16:50:41 +10:00
application.rb [ci skip] Remove comments about Rails 3.1 2015-05-11 16:06:09 -07:00
application_controller.rb stop using deprecated render :text in railties 2015-08-06 15:50:28 +09:00
backtrace_cleaner.rb Move object allocation out of loop 2014-09-27 13:42:20 +08:00
cli.rb 💣 Fix another leftover 2015-05-27 21:59:00 -03:00
code_statistics.rb bugfix CodeStatics#calculate_directory_statics when dir has source extension 2015-04-09 04:48:01 -03:00
code_statistics_calculator.rb Update rake counts to count declarative tests in minitest 2015-01-09 12:52:23 +03:00
commands.rb spike of a OptionParser backed test runner. 2015-03-18 09:52:16 +01:00
configuration.rb Add api_only option to Generators 2015-06-11 16:54:11 -03:00
engine.rb Merge pull request #21124 from kirs/feature/reload-i18n 2015-08-10 07:34:13 +02:00
gem_version.rb Start Rails 5 development 🎉 2014-11-28 15:00:06 -02:00
generators.rb Fix strange messages for rails g foo 2015-09-07 17:42:27 +09:00
info.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
info_controller.rb Fix URI.escape is obsolete warnings 2015-05-05 05:22:53 +01:00
initializable.rb
mailers_controller.rb Fix displaying mailer previews on non local requests. 2015-09-17 15:57:09 +02:00
paths.rb Tiny documentation fixes [ci skip] 2015-08-16 14:16:20 +02:00
rack.rb Remove debugger support 2015-01-04 15:54:22 -03:00
railtie.rb improve grammar 2015-01-14 13:26:49 +10:00
ruby_version_check.rb Upgrade to Ruby 2.2.2 2015-04-14 08:41:56 +05:30
source_annotation_extractor.rb fix path of annotations.rake [ci skip] 2015-08-20 21:46:21 +09:00
tasks.rb Only load statistics.rake once from inside engine 2015-08-06 17:34:29 -03:00
test_help.rb Add :nodoc: for internal testing methods [ci skip] 2015-07-28 12:22:37 +02: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