aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties/generators_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
|
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
|
* applies new string literal convention in railties/testXavier Noria2016-08-061-4/+4
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Remove load_paths fileArthur Neves2016-02-271-5/+1
|
* Merge pull request #20605 from dcrec1/assert_fileYves Senn2015-06-191-0/+8
|\ | | | | | | assert_file understands paths with special characters
| * assert_file understands paths with special charactersDiego Carrion2015-06-181-0/+8
|/ | | fixes #20042
* Rename railties/bin to railties/exeIslam Wazery2015-04-111-1/+1
| | | | | | That will match the new Bundler executables convention. Bundler Blog Post: http://bundler.io/blog/2015/03/20/moving-bins-to-exe.html Also updated the necessary tests.
* Use secure source for rubygems in engine testsPrathamesh Sonpatki2013-04-181-1/+1
|
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-1/+1
|
* Added failing test for generating namespaced table_name_prefix in enginesWojciech Wnętrzak2012-07-061-0/+12
|
* expand the tmpdir to the realpath so tests on OS X passAaron Patterson2012-06-191-1/+1
|
* use system tmpdir rather than our ownAaron Patterson2012-06-191-3/+5
|
* Get rid of more 1.8.x dead codeJosé Valim2011-12-201-4/+0
|
* fixed the failing generators_testDeepak Prasanna2011-09-131-1/+1
|
* Ensure the engine_path is there (it may make CI happy).José Valim2011-07-061-1/+1
|
* Load the generators test helper and properly load it's test caseDamien Mathieu2011-07-031-1/+2
|
* Use RAILS_ISOLATED_ENGINE and fix namespaced generators testsStefan Sprenger2011-06-071-1/+1
|
* Use mattr_accessor :namespaceStefan Sprenger2011-06-071-3/+0
|
* Use namespace if it's a mountable engineStefan Sprenger2011-06-071-9/+44
|
* Added regression testsStefan Sprenger2011-06-071-12/+5
|
* Move test/engine/generators_test.rb to test/railties/generators_test.rbStefan Sprenger2011-06-071-0/+90