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/application
Matthew Draper cb01246721 Merge pull request #19034 from jvanbaarsen/explicit-job-base-class
Add explicit base class for ActiveJob jobs
2015-03-30 23:04:25 +10:30
..
configuration Fix setting simple values to the new config.x 2014-08-19 21:59:01 -03:00
initializers Remove deprecate *_path helpers in email views 2015-01-04 11:58:42 -03:00
middleware Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30
rack Set the application logger using configuration 2014-07-07 22:57:55 -03:00
rake Revert "Merge pull request #19404 from dmathieu/remove_rack_env" 2015-03-20 08:14:11 -07:00
asset_debugging_test.rb Test using sprockets 3 2015-03-29 22:58:32 -03:00
assets_test.rb Test using sprockets 3 2015-03-29 22:58:32 -03:00
configuration_test.rb Remove deprecated serve_static_assets configuration 2015-01-04 12:11:02 -03:00
console_test.rb cleanup railties test; fix typos 2013-03-31 20:50:21 +05:30
generators_test.rb Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. Executable scripts are versioned code like the rest of your app. To generate a stub for a bundled gem: 'bundle binstubs unicorn' and 'git add bin/unicorn' 2013-01-06 21:41:36 -07:00
loading_test.rb actually autoload all second-level directories called app/*/concerns 2014-12-26 23:21:20 -05:00
mailer_previews_test.rb Remove deprecate *_path helpers in email views 2015-01-04 11:58:42 -03:00
middleware_test.rb Allow Rack::Runtime to be deleted from middleware stack. 2015-02-19 08:44:24 +08:00
multiple_applications_test.rb secret_token is now saved in Rails.application.secrets.secret_token 2014-11-02 21:21:09 -06:00
paths_test.rb Revert "Deprecate the eager_load_paths configuration" 2013-02-19 07:22:37 +00:00
rackup_test.rb
rake_test.rb Add explicit base class for ActiveJob jobs 2015-03-23 22:37:11 +01:00
rendering_test.rb Calls to the application constant have been refactored to use 2013-06-10 20:59:37 -07:00
routing_test.rb Pure rack apps can be mounted with a name 2014-11-29 09:24:43 -05:00
runner_test.rb Revert "Merge pull request #19404 from dmathieu/remove_rack_env" 2015-03-20 08:14:11 -07:00
test_runner_test.rb -p, --pattern to run tests using a pattern. 2015-03-18 09:52:19 +01:00
test_test.rb run test_test.rb using the bin/rails test. 2015-03-18 09:52:19 +01:00
url_generation_test.rb pass a config to the route set 2015-03-05 13:12:06 -08:00