aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties
Commit message (Expand)AuthorAgeFilesLines
...
| * assert_file understands paths with special charactersDiego Carrion2015-06-181-0/+8
|/
* Rename railties/bin to railties/exeIslam Wazery2015-04-111-1/+1
* Test using sprockets 3Rafael Mendonça França2015-03-291-2/+2
* Remove deprecate `*_path` helpers in email viewsRafael Mendonça França2015-01-041-2/+2
* Merge pull request #17227 from claudiob/explicitly-abort-callbacksRafael Mendonça França2015-01-031-10/+5
|\
| * Loosen test about order of initializersclaudiob2015-01-021-10/+5
|/
* Merge pull request #18100 from chancancode/serve_static_filesGodfrey Chan2014-12-191-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* :nail_care: it's -> its (see comments on 9a586ac)Godfrey Chan2014-10-181-1/+1
* [ci skip] A Rails engine is not a man :ok_woman:Zachary Scott2014-10-181-1/+1
* Dont mess with default order engines loadWashington Luiz2014-09-021-0/+36
* Revert "Improve custom configuration"Rafael Mendonça França2014-08-191-1/+1
* Improve custom configurationRafael Mendonça França2014-08-191-1/+1
* initialize the right variableRafael Mendonça França2014-06-171-1/+1
* rake railties:install:migrations respects the order of railtiesArun Agrawal2014-05-271-0/+32
* Default config.assets.digests to true in developmentDan Kang2014-05-171-0/+2
* Ok. Enough models for today :rage:Rafael Mendonça França2014-05-121-3/+6
* This model is a model so it should behaves like oneRafael Mendonça França2014-05-121-7/+3
* Rails.application should be set inside before_configuration hookRafael Mendonça França2014-04-071-0/+8
* Typo fixes [ci skip]Akshay Vishnoi2013-11-301-1/+1
* More Warnings removed for ruby trunkArun Agrawal2013-11-011-3/+3
* Removed deprecated `Rails.application.railties.engines`.Arun Agrawal2013-07-041-6/+0
* Change from 'actionpack' to 'actionview' for locales pathŁukasz Strzałkowski2013-06-201-1/+1
* Calls to the application constant have been refactored to usewangjohn2013-06-101-1/+1
* Removing use of subclassed application constant and instead using thewangjohn2013-06-032-14/+14
* Fix generating route from engine to other enginePiotr Sarnacki2013-05-031-0/+45
* Removing Railtie::Configurable from the base Railtie object and makingwangjohn2013-04-292-14/+2
* Use secure source for rubygems in engine testsPrathamesh Sonpatki2013-04-181-1/+1
* cleanup railties test; fix typosVipul A M2013-03-311-1/+1
* Fix typoPrathamesh Sonpatki2013-03-281-1/+1
* Cleanup tests for unused variablesVipul A M2013-03-111-1/+1
* Merge pull request #8557 from timraymond/add_back_engines_and_deprecateRafael Mendonça França2013-01-221-0/+6
|\
| * Adding Back Rails::Engine::Railties#enginesTim Raymond2013-01-031-0/+6
* | Fix asset_path in mounted enginePiotr Sarnacki2013-01-211-0/+9
|/
* Fix usage of lambda as a Rack endpointJiri Pospisil2012-12-311-1/+1
* Fix typo in #7941Jeremy Kemper2012-10-141-1/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-143-41/+41
* Fix handling SCRIPT_NAME from within mounted engine'sPiotr Sarnacki2012-08-112-15/+48
* Added failing test for generating namespaced table_name_prefix in enginesWojciech Wnętrzak2012-07-061-0/+12
* Remove unused responsibilities and add a few load definitions to enginesJosé Valim2012-06-291-1/+1
* 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
* stop `to_s`ing method namesAkira Matsuda2012-06-061-3/+1
* Add support runner hook.kennyj2012-05-291-0/+16
* Fix railties_order when application object is passedPiotr Sarnacki2012-05-271-0/+4
* Merge pull request #3359 from mrreynolds/datamapper_naming_fixRafael Mendonça França2012-05-191-2/+2
|\
| * Fixed DataMapper namings in symbols and constants.Robert Glaser2011-10-181-2/+2
* | Load all the env files available in config.paths (closes #6335)Piotr Sarnacki2012-05-161-1/+9
* | Merge pull request #5821 from Deradon/fix-engine-tasksPiotr Sarnacki2012-05-031-0/+31
|\ \
| * | Provided fix for calling rake tasks within mountable enginesPatrick Helm2012-04-121-0/+31