aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* Remove unused fixturesyuuji.yaginuma2017-09-263-7/+0
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-149-0/+18
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-029-9/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-019-0/+9
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-063-3/+3
* applies new string literal convention in railties/testXavier Noria2016-08-062-2/+2
* Remove `--builder` option from `rails` commandPrem Sichanugrist2013-02-247-51/+0
* Revert "Detect rbenv and update the shebang"Jeremy Kemper2012-12-281-0/+0
* Forgot to check in railties fixture for binstubsYehuda Katz2012-12-221-0/+0
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-1/+1
* treat USAGE as an ERB templateColin MacKenzie IV2011-11-022-0/+6
* Removed tests for rescue branch for Rails 2.x compatibilityAlexey Gaziev2011-06-201-3/+0
* create_dummy_app method that allows to easily create dummy application from t...Piotr Sarnacki2010-11-022-4/+11
* Make tests for app and plugin generators more DRYPiotr Sarnacki2010-11-025-14/+14
* Allow easy overriding of test framework in 'rake plugin new' generator, using...Piotr Sarnacki2010-11-021-0/+13
* Added 'rails plugin new' generator which generates gem plugin skeleton.Piotr Sarnacki2010-11-023-0/+16
* It would be nice to actually commit test fixturesCarlhuda2010-04-303-0/+16
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-232-1/+1
* Remove old fixtures files.José Valim2010-01-2620-53/+0
* Give higher priority to rails generators.José Valim2010-01-212-0/+1
* More cleaning up on rails generators load path.José Valim2010-01-185-9/+1
* Rewrite Metal testsJoshua Peek2010-01-106-34/+0
* Scaffolding generates new routing dsl examplesJoshua Peek2009-12-091-1/+1
* Also load generators at lib/rails_generators.José Valim2009-11-231-0/+0
* Avoid duplicated names on help description and show proper error message if t...José Valim2009-11-031-0/+4
* Move Rails::Static into ActionDispatchJoshua Peek2009-09-263-3/+0
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-1/+1
* I18n support for pluginsAntonio Tapiador del Dujo2009-08-301-0/+2
* Use less strict rules in generators lookup, so people can lay their generator...José Valim2009-08-102-0/+2
* Added rubygems to generators load_paths, but we only load generators from gem...José Valim2009-08-082-0/+0
* Allow rails templates relative to the current path to be given.José Valim2009-08-071-0/+1
* Merge branch 'master' of git://github.com/rails/railsJosé Valim2009-07-282-4/+4
|\
| * make pass through error code configurable [#2817 state:resolved]John Duff2009-07-222-4/+4
* | Load generators from user home and show a error message if they can't be loaded.José Valim2009-07-041-0/+3
* | Search for generators on vendorized plugins and gems.José Valim2009-07-042-4/+2
* | More tests for rails generators and lookup.José Valim2009-07-038-2/+14
|/
* update metal fixtures to be ruby 1.9 compatJoshua Peek2009-03-156-6/+6
* Make sure Metal use ActionController class name conventions [#2242 state:reso...Luca Guidi2009-03-151-0/+5
* Ensure public folder structure is setup correctly if the tests are ran out of...Joshua Peek2009-03-103-0/+3
* Raise LoadError instead of a runtime exception [#1498 state:resolved]karmi2009-03-071-1/+1
* Enhanced Rails Metal - the load order of metals can now be configured [#2057 ...Simon Jefford2009-03-035-0/+29
* Metal can now line in plugins under app/metal [#2045 state:committed]Matthew Rudy Jacobs2009-02-271-0/+10
* Added view path support for engines [DHH]David Heinemeier Hansson2008-11-271-1/+1
* Added that config/routes.rb files in engine plugins are automatically loaded ...David Heinemeier Hansson2008-11-264-0/+10
* Initializer to sort files before eager loading. [#859 state:resolved]Tom Ward2008-08-222-0/+5
* Make plugins initialize also from rails/init.rb to ensure consistency with ge...Jacek Becela2008-06-083-0/+10
* Merge docrails.Pratik Naik2008-05-251-1/+1
* Use .gitignore as the convention for dummy file names.Joshua Peek2008-04-246-0/+0
* Add .empty files to empty directories so git preserves them.Joshua Peek2008-04-216-0/+0