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
Yves Senn 939d5a4932 Merge pull request #20387 from y-yagi/fix_engine_generated_controller_test
set engine's route in the functional test is generated in the engine
2015-06-02 16:20:40 +02:00
..
api Remove documentation tasks 2015-02-06 21:04:54 +01:00
application config.static_index configures directory index "index.html" filename 2015-05-28 09:41:00 +01:00
commands Refactor railties console and dbconsole commands 2015-05-10 06:30:26 +03:00
console
engine
generators Merge pull request #20387 from y-yagi/fix_engine_generated_controller_test 2015-06-02 16:20:40 +02:00
rack Tiny documentation edits [ci skip] 2015-05-04 14:43:41 +02:00
railtie
tasks rake restart should work without a tmp folder 2015-05-30 00:44:05 -07:00
templates Improve display of attachment names in mailer previews 2015-05-04 10:54:51 +01:00
test_unit Remove unused private classes 2015-05-03 21:22:53 -03:00
all.rb
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
backtrace_cleaner.rb
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 Do not mutate the operations array 2015-02-19 09:29:09 -02:00
engine.rb [ci skip] Remove comments about Rails 3.1 2015-05-11 16:06:09 -07:00
gem_version.rb
generators.rb Speed up Levenshtein by 50% and reduce 97% of memory usage 2015-04-11 15:28:23 -07:00
info.rb
info_controller.rb Fix URI.escape is obsolete warnings 2015-05-05 05:22:53 +01:00
initializable.rb
mailers_controller.rb Fix mailer previews with attachments 2015-05-04 10:54:50 +01:00
paths.rb fix typo [ci-skip] 2015-02-25 00:25:58 -06:00
rack.rb
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
tasks.rb rake initializer -> rake initializers 2015-03-20 15:51:01 -07:00
test_help.rb Use def before_setup instead of setup do 2015-05-02 10:45:17 -04:00
version.rb
welcome_controller.rb