aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1356 from flippingbits/fix_engine_generatorJosé Valim2011-06-093-14/+13
|\ \ | |/ |/| Fix engine's generator
| * Use RAILS_ISOLATED_ENGINE and fix namespaced generators testsStefan Sprenger2011-06-071-9/+1
| |
| * Generate script/rails only if --full is givenStefan Sprenger2011-05-272-5/+5
| |
| * Fix appending 'Stefan Sprenger2011-05-271-1/+1
| |
| * Fix and test ENGINE_PATH and ENGINE_ROOTStefan Sprenger2011-05-271-0/+8
| |
| * We're now using generators directlyStefan Sprenger2011-05-261-1/+0
| |
* | properly require javascript libraries when generating mountable engineJ. Edward Dewyea2011-05-301-0/+22
|/
* Use global namespace RailsStefan Sprenger2011-05-261-1/+1
|
* Improve test assertionStefan Sprenger2011-05-251-1/+3
|
* Remove whitespaces from empty lineStefan Sprenger2011-05-251-1/+1
|
* Add test files to engine's gemspecStefan Sprenger2011-05-251-0/+7
|
* Merge pull request #1260 from flippingbits/masterJosé Valim2011-05-251-0/+5
|\ | | | | Remove shebang from the template
| * Add test for shebang in engine's script/rails fileStefan Sprenger2011-05-241-0/+5
| |
* | Using load_generatorsArun Agrawal2011-05-251-1/+1
| |
* | Remove deprecated plugin generatorGuillermo Iguaran2011-05-241-71/+0
| |
* | Streamline generators initialization flow.José Valim2011-05-251-1/+1
| |
* | Move SCSS generators and default templates from Rails to the Sass Railtie ↵tomhuda2011-05-244-24/+24
| | | | | | | | | | | | | | | | (d435726312601edb3ba6f97b34f562221f72c1f8). * Sass gem registers a compressor * Sass gem registers generators for assets and scaffold * Create a default stylesheet_engine ("css") for apps that remove the Sass gem
* | Remove asserts for js ext stuff thats not used any moreDavid Heinemeier Hansson2011-05-241-3/+0
| |
* | create the dummy app if there's no test_unit but there's a dummy_pathdmathieu2011-05-241-0/+7
|/
* Fix failing test suite (please run tests before sending pull requests :S)José Valim2011-05-241-1/+2
|
* Add test for gemspec of the generated engineStefan Sprenger2011-05-241-0/+6
|
* 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-1813-119/+118
| | | | | | 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
|
* Run bundle install once when using plugin_new --full --mountable. Closes #555Santiago Pastorino2011-05-171-0/+5
|
* generate HTML5 number_field tag for integer fieldsAkira Matsuda2011-05-161-1/+5
|
* Fixed failing tests for namespaced_generators_test. in 1.9.2Arun Agrawal2011-05-141-1/+5
|
* application and plugin generation run bundle install unless --skip-gemfile ↵Xavier Noria2011-05-141-2/+11
| | | | or --skip-bundle
* Update Mailer generator to use 1.9 styled hash when run on Ruby 1.9Prem Sichanugrist2011-05-131-3/+25
| | | | As always, you can run `--old-style-hash` to override that.
* use #quietly in a few places, and s/silence/capture/ where intention is captureXavier Noria2011-05-132-12/+12
|
* new reporting method Kernel#quietlyXavier Noria2011-05-132-3/+3
|
* silences stderr to prevent an expected error message in the test suite from ↵Xavier Noria2011-05-131-2/+1
| | | | being echoed
* say silence when you mean silenceXavier Noria2011-05-131-1/+1
|
* application and plugin generation run bundle check unless --skip-gemfileXavier Noria2011-05-132-10/+19
| | | | | | | The purpose of this feature is that the user knows whether dependencies are satisfied. In particular, if they are not he will be warned upfront, rather than finding out himself in an abrupt way by trying to run something.
* removes duplicate testsXavier Noria2011-05-131-13/+0
|
* adds comments clarifying the role of SharedGeneratorTestsXavier Noria2011-05-073-0/+7
|
* 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
|
* Fixed tests for new_plugin_generator.Arun Agrawal2011-05-041-2/+0
|
* 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-302-30/+1
| | | | prototype-rails from now on, also the -j option of the application generator is removed
* jdbcpostgresql support added into template.Vishnu Atrai2011-04-261-0/+6
|
* Merged pull request #300 from arunagw/jdbc_test.Aaron Patterson2011-04-251-0/+12
|\ | | | | Start Adding jdbcmysql support to new rails template.
| * jdbcsqlite3 support added into template. #jrubyArun Agrawal2011-04-231-0/+6
| |