aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Move asset debugging tests into a separate test caseDaniel Schierbeck2011-08-252-42/+56
* Add config.allow_debugging option to determine if the debug_assets query para...Guillermo Iguaran2011-08-241-0/+42
* Merge pull request #2390 from arunagw/test_for_environment_fileSantiago Pastorino2011-08-241-0/+9
|\
| * Test added to check mass_assignment_sanitizer is not present if --skip-active...Arun Agrawal2011-08-031-0/+9
* | Merge pull request #2620 from cesario/3-1-0Santiago Pastorino2011-08-211-1/+1
* | Fix assets tests in railtiesJon Leighton2011-08-161-4/+4
* | Fix typoSantiago Pastorino2011-08-151-1/+1
* | rake assets:precompile executes in production environment as default if RAILS...Santiago Pastorino2011-08-151-7/+19
* | Merge branch 'master' of github.com:lifo/docrailsXavier Noria2011-08-131-0/+8
|\ \
| * | Merge pull request #2324 from zenapsis/3-1-stableSantiago Pastorino2011-08-131-0/+14
| * | Covering more files in test for plugin new generator.Vishnu Atrai2011-08-131-0/+2
| * | Test add for plugin new generator generate mailerArun Agrawal2011-08-131-4/+5
| * | pluging generator test fixVishnu Atrai2011-08-131-8/+8
| * | Check that Rack::Sendfile is not included unless config.action_dispatch.x_sen...Santiago Pastorino2011-08-131-0/+8
* | | Merge pull request #2448 from igrigorik/masterJoshua Peek2011-08-081-1/+1
|\ \ \
| * | | Clear out tmp/cache when assets:clean is invoked.Ilya Grigorik2011-08-041-1/+1
* | | | x_sendfile_header now defaults to nil and production.rb env file doesn'tSantiago Pastorino2011-08-072-9/+2
|/ / /
* | / Merge pull request #2324 from zenapsis/3-1-stableSantiago Pastorino2011-08-011-0/+14
| |/ |/|
* | Covering more files in test for plugin new generator. Vishnu Atrai2011-07-291-0/+2
* | Test add for plugin new generator generate mailerArun Agrawal2011-07-291-4/+5
* | pluging generator test fixVishnu Atrai2011-07-281-8/+8
* | Check that Rack::Sendfile is not included unless config.action_dispatch.x_sen...Santiago Pastorino2011-07-261-0/+8
|/
* provide more explicit test namesDamien Mathieu2011-07-251-2/+2
* Merge pull request #2247 from dmathieu/test_precompile_cachingJosé Valim2011-07-251-1/+11
|\
| * add test checking that precompiling assets performs cachingDamien Mathieu2011-07-251-1/+11
* | Make polymorphic_url calls go through application helpers again.thedarkone2011-07-251-0/+19
|/
* Merge pull request #2116 from guilleiguaran/fix-environment-generator-actionSantiago Pastorino2011-07-181-0/+7
|\
| * Fix Rails::Generators::Actions#environment when env is passed. Closes #2110Guillermo Iguaran2011-07-181-0/+7
* | As we are adding db folder in it. Required in test also.Arun Agrawal2011-07-171-1/+1
|/
* Improve formatting of route to Rack application in rake routes.Hendy Tanata2011-07-171-0/+21
* Better formatting of route requirements in rake:routes.Hendy Tanata2011-07-161-2/+65
* Use cache/assets instead.José Valim2011-07-121-1/+1
* assets.cache_store now defaults to filesystem. You will want to share tmp/ass...José Valim2011-07-122-1/+1
* Generate valid default fixtures for models with a type columnMarc-Andre Lafortune2011-07-111-0/+5
* Rails.application#env_config is now public API. [Closes #1924]Franck Verrot2011-07-111-0/+9
* Make Rails.groups accept arrays.José Valim2011-07-101-1/+1
* Don't raise on mass assignment for testJosé Valim2011-07-071-6/+15
* Ensure the engine_path is there (it may make CI happy).José Valim2011-07-061-1/+1
* Make compressors lazily load.José Valim2011-07-061-0/+11
* Merge pull request #1926 from tobsch/masterSantiago Pastorino2011-07-061-4/+7
|\
| * Now accepting css/js files in deeper directory structures by default.Tobias Schlottke2011-07-011-4/+7
* | fix engines rake tasksJake Varghese2011-07-041-0/+8
* | Load the generators test helper and properly load it's test caseDamien Mathieu2011-07-031-1/+2
* | Fix has_migrations? check in Rails::EngineSam Pohlenz2011-07-031-0/+9
|/
* Move Coffee generators and templates to Coffee Railtie and create javascript_...Santiago Pastorino2011-06-293-23/+10
* Merge pull request #1899 from ihower/patch_rake_testJosé Valim2011-06-291-0/+26
|\
| * Add test to rake test for error messagesWen-Tien Chang2011-06-301-0/+26
* | [IMPORTANT] Make "sprockets/railtie" require explicit.José Valim2011-06-291-4/+10
|/
* fix test when running Jruby. If Jruby Platform is available the gem will change.Arun Agrawal2011-06-291-2/+10
* Merge pull request #1481 from arunagw/lib_assetsDavid Heinemeier Hansson2011-06-271-1/+2
|\