aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/app_generator_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add therubyracer gem commented in default GemfileGuillermo Iguaran2012-01-121-4/+2
|
* Rails::Plugin has goneSantiago Pastorino2012-01-031-1/+0
|
* Get rid of more 1.8.x dead codeJosé Valim2011-12-201-9/+2
|
* Get rid of --old-style-hashJosé Valim2011-12-201-12/+1
|
* Warning removed in testArun Agrawal2011-12-181-1/+1
|
* No need 'abstract_unit' here. It's already in 'generators_test_helper'Arun Agrawal2011-12-181-1/+0
|
* strip whitespace errors from the generated GemfileAaron Patterson2011-12-121-0/+10
|
* Skip assets options in environments files when --skip-sprockets is usedGuillermo Iguaran2011-12-111-0/+7
|
* Merge pull request #3925 from guilleiguaran/extra-test-for-therubyrhinoYehuda Katz2011-12-091-1/+5
|\ | | | | Add test to verify that therubyrhino isn't included when JRuby isn't used
| * Add test to verify that therubyrhino isn't included when JRuby isn't usedGuillermo Iguaran2011-12-091-1/+5
| |
* | Skip assets groups if --skip-sprockets option is givenGuillermo Iguaran2011-12-091-0/+5
|/
* Simplifying test in app/generatorArun Agrawal2011-12-031-3/+3
|
* implements automatic EXPLAIN logging for slow queriesXavier Noria2011-12-021-0/+9
|
* avoid absolute path for the rails.png in index.htmlkennyj2011-11-271-0/+1
|
* Added therubyrhino to default Gemfile under JRubyGuillermo Iguaran2011-11-141-0/+7
|
* Merge pull request #3357 from rahul100885/rahul100885_wsVijay Dev2011-10-251-0/+10
|\ | | | | Added test case for postgresql database
| * Added test case for postgresql databaseRahul P. Chaudhari2011-10-181-0/+10
| |
* | Remove Turn from default Gemfile.Guillermo Iguaran2011-10-221-15/+0
|/ | | | We still looking for a best presentation for tests output.
* Added test to check that the vendor/assets/stylesheets directory is createdRahul Chaudhari2011-10-131-0/+5
|
* Added test to check that the vendor/assets/javascripts directory is createdSasha Gerrand2011-10-111-0/+5
|
* Merge pull request #2390 from arunagw/test_for_environment_fileSantiago Pastorino2011-08-241-0/+9
|\ | | | | Test added to check development.rb, test.rb and production.rb content
| * Test added to check mass_assignment_sanitizer is not present if ↵Arun Agrawal2011-08-031-0/+9
| | | | | | | | --skip-active-record provided.
* | Merge pull request #2620 from cesario/3-1-0Santiago Pastorino2011-08-211-1/+1
|/ | | | Fix CI and rename 1 misleading test case.
* Use cache/assets instead.José Valim2011-07-121-1/+1
|
* assets.cache_store now defaults to filesystem. You will want to share ↵José Valim2011-07-121-0/+1
| | | | tmp/assets_cache between deploys.
* [IMPORTANT] Make "sprockets/railtie" require explicit.José Valim2011-06-291-4/+10
| | | | | | | | | | This makes "sprockets/railtie" explicit. This means that sprockets will be loaded when you require "rails/all". If you are not using requiring "rails/all", you need to manually load it with all other framework railties. In order to be complete, this commit also adds --skip-sprockets to the rails generator.
* 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
|\ | | | | Generating /lib/assets for assets
| * Using lib/assets only. Javascripts/Stylesheets people can fill later.Arun Agrawal2011-06-161-1/+2
| |
* | Tests added when no option is given with #jruby. It should generateArun Agrawal2011-06-221-0/+8
| | | | | | | | sqlite3 based app
* | Making tests according to the changes #jrubyArun Agrawal2011-06-221-3/+4
| |
* | Test added for jdbc-adapterArun Agrawal2011-06-221-0/+6
|/
* Remove asserts for js ext stuff thats not used any moreDavid Heinemeier Hansson2011-05-241-3/+0
|
* Let's load jruby-openssl now for all. #jrubyArun Agrawal2011-05-221-1/+3
|
* be sure to parenthesize the arguments when the first one is a RegExp literalAkira Matsuda2011-05-181-13/+13
| | | | | | this fixes: "warning: ambiguous first argument; put parentheses or even spaces" because: you need this to tell the parser that you're not calling :/ method (division) details (Japanese!): http://blade.nagaokaut.ac.jp/cgi-bin/vframe.rb/ruby/ruby-dev/42445?42370-43277
* Fixing typo in test for turn gemGuillermo Iguaran2011-05-181-1/+1
|
* don't include 'turn' gem in Gemfile if test unit is skipped.Teng Siong Ong2011-05-181-0/+7
|
* add tests for ruby-debug gem in Gemfile and make sure that ruby-debug19 is ↵Teng Siong Ong2011-05-181-0/+14
| | | | used as long as RUBY_VERSION > '1.9'.
* add test case for turn gem for testunit.siong19872011-05-181-0/+8
|
* use #quietly in a few places, and s/silence/capture/ where intention is captureXavier Noria2011-05-131-4/+4
|
* new reporting method Kernel#quietlyXavier Noria2011-05-131-1/+1
|
* silences stderr to prevent an expected error message in the test suite from ↵Xavier Noria2011-05-131-2/+1
| | | | being echoed
* adds comments clarifying the role of SharedGeneratorTestsXavier Noria2011-05-071-0/+2
|
* be consistentAditya Sanghi2011-05-061-3/+1
|
* review fixesAditya Sanghi2011-05-061-1/+0
|
* default orm and test_framework to false; change application.rb template ↵Aditya Sanghi2011-05-061-3/+7
| | | | accordingly
* When skipping skip active record, mark config.generators.orm to false; LH ↵Aditya Sanghi2011-05-061-1/+4
| | | | 5796 remainder
* Adding jruby-openssl in Gemfile by default. #jrubyArun Agrawal2011-05-051-0/+1
|
* restores the -j option, but now it accepts the name of any libraryXavier Noria2011-05-041-9/+29
| | | | | | If passed "foo", a gem "foo-rails" is added to the Gemfile and "foo" and "foo_ujs" are required in the application JavaScript manifest.
* Prototype and Scriptaculous are no longer vendored, but provided by ↵Xavier Noria2011-04-301-20/+1
| | | | prototype-rails from now on, also the -j option of the application generator is removed