1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test
Robin Dupret a120f2716e Enable the api_only option for API plugins' generators
This way, running a generator inside the plugin's directory, files that
are not relevant won't be generated (e.g. views or assets).

This won't interfere with the application's generators configuration.
2015-07-23 19:36:49 +02:00
..
application Make digest cache work in development. 2015-07-18 21:54:19 +02:00
commands Refactor railties console and dbconsole commands 2015-05-10 06:30:26 +03:00
configuration
fixtures
generators Enable the api_only option for API plugins' generators 2015-07-23 19:36:49 +02:00
isolation Add support for inline images to mailer previews 2015-05-04 10:56:59 +01:00
railties Merge pull request #20605 from dcrec1/assert_file 2015-06-19 11:25:03 +02:00
test_unit do not show "Failed tests" message when a failed test is not 2015-06-23 07:53:17 +09:00
abstract_unit.rb Revert "Leave all our tests as order_dependent! for now" 2015-03-06 04:38:54 +10:30
app_loader_test.rb Fix file name 2015-05-27 21:48:01 -03:00
backtrace_cleaner_test.rb
code_statistics_calculator_test.rb Update rake counts to count declarative tests in minitest 2015-01-09 12:52:23 +03:00
code_statistics_test.rb bugfix CodeStatics#calculate_directory_statics when dir has source extension 2015-04-09 04:48:01 -03:00
engine_test.rb
env_helpers.rb Revert "Merge pull request #19404 from dmathieu/remove_rack_env" 2015-03-20 08:14:11 -07:00
generators_test.rb Remove use of mocha in the railties generators tests 2015-05-22 00:12:58 +05:30
initializable_test.rb
path_generation_test.rb removing unused and already required require's 2015-05-11 11:33:28 -04:00
paths_test.rb Remove use of mocha in the railties path tests 2015-05-18 00:47:30 +00:00
rack_logger_test.rb
rails_info_controller_test.rb Fix deprecation warning in rails_info_controller tests 2015-03-17 11:45:14 +05:00
rails_info_test.rb
version_test.rb