aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties/engine_test.rb
Commit message (Expand)AuthorAgeFilesLines
* cleanup railties test; fix typosVipul A M2013-03-311-1/+1
* Cleanup tests for unused variablesVipul A M2013-03-111-1/+1
* Adding Back Rails::Engine::Railties#enginesTim Raymond2013-01-031-0/+6
* 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-141-21/+21
* Fix handling SCRIPT_NAME from within mounted engine'sPiotr Sarnacki2012-08-111-0/+48
* Remove unused responsibilities and add a few load definitions to enginesJosé Valim2012-06-291-1/+1
* stop `to_s`ing method namesAkira Matsuda2012-06-061-3/+1
* 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
* | | railties variable is not required here.Arun Agrawal2012-04-301-1/+0
* | | Remove default match without specified methodJose and Yehuda2012-04-241-16/+16
|/ /
* | Environment in engines tests is required on boot_rails, no need to require ex...Piotr Sarnacki2012-03-131-10/+0
* | Don't need to share engine's tests anymore, plugins are gonePiotr Sarnacki2012-03-131-3/+359
* | Ensure that engine can be mounted at root (#4314)Piotr Sarnacki2012-03-131-0/+54
* | convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* | Rails::Plugin has goneSantiago Pastorino2012-01-031-40/+0
* | Allow to change engine's loading priority with config.railties_order=Piotr Sarnacki2011-11-231-0/+126
* | Rely on a public contract between railties instead of accessing railtie metho...José Valim2011-11-231-3/+3
* | Removing db/seeds.rb is fine. Don't blow up.Jeremy Kemper2011-10-291-1/+7
|/
* Warnings removed for "assert_match /" Please doArun Agrawal2011-09-041-1/+1
* Merge pull request #1356 from flippingbits/fix_engine_generatorJosé Valim2011-06-091-8/+8
|\
| * We're using module not class for namespacingStefan Sprenger2011-05-271-8/+8
* | Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-0/+4
|/
* Test added for getting route segment valuesArun Agrawal2011-05-131-0/+28
* Prem fixes 1.9 engine test issueDavid Heinemeier Hansson2011-04-261-1/+1
* Add Engine#helpers method which loads all the engine's helpersPiotr Sarnacki2011-04-251-0/+45
* Remove the ability for engines to serve assets from the public directory.José Valim2011-04-151-254/+1
* Fix tests.José Valim2011-04-151-1/+3
* Booya, sprockets now works from Engines.José Valim2011-04-151-3/+2
* Engines that use isolate_namespace with nested modules should set correct mod...Rolf Timmermans2011-03-281-0/+39
* Failing test for #6388Eric Allam2011-02-091-0/+28
* More love for engines testsPiotr Sarnacki2010-12-191-73/+61
* Use assert_bodyJohn Firebaugh2010-12-191-22/+14
* Temporary fix for railties test for newest rack changesPiotr Sarnacki2010-12-191-0/+8
* Fix tests in railtiesPiotr Sarnacki2010-12-181-10/+10
* Set proper engine's asset directories when assets are served from engine.Piotr Sarnacki2010-12-161-0/+64
* Rails::Engine.find(path) - method to find engine by pathPiotr Sarnacki2010-12-091-0/+19
* Do not create table_name_prefix method on isolated module if the method alrea...Piotr Sarnacki2010-11-221-0/+19
* Fix failing tests.José Valim2010-11-161-29/+7
* Make deep copy of application generators on engine initialization.Piotr Sarnacki2010-11-021-0/+3
* Use application's generators defaults as engine defaults to not force users t...Piotr Sarnacki2010-11-021-0/+17
* Remove task for creating symlinks for railtiesPiotr Sarnacki2010-10-141-57/+0
* Rename namespace method to isolate_namespace.Piotr Sarnacki2010-10-091-8/+8
* Fix engines testPiotr Sarnacki2010-10-081-1/+3