Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix engines rake tasks | Jake Varghese | 2011-07-04 | 1 | -0/+8 |
| | |||||
* | Move Coffee generators and templates to Coffee Railtie and create ↵ | Santiago Pastorino | 2011-06-29 | 3 | -23/+10 |
| | | | | javascript_engine ("js") for apps that remove Coffee gem | ||||
* | [IMPORTANT] Make "sprockets/railtie" require explicit. | José Valim | 2011-06-29 | 1 | -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 Agrawal | 2011-06-29 | 1 | -2/+10 |
| | |||||
* | Merge pull request #1481 from arunagw/lib_assets | David Heinemeier Hansson | 2011-06-27 | 1 | -1/+2 |
|\ | | | | | Generating /lib/assets for assets | ||||
| * | Using lib/assets only. Javascripts/Stylesheets people can fill later. | Arun Agrawal | 2011-06-16 | 1 | -1/+2 |
| | | |||||
* | | Tests added when no option is given with #jruby. It should generate | Arun Agrawal | 2011-06-22 | 1 | -0/+8 |
| | | | | | | | | sqlite3 based app | ||||
* | | Making tests according to the changes #jruby | Arun Agrawal | 2011-06-22 | 1 | -3/+4 |
| | | |||||
* | | Test added for jdbc-adapter | Arun Agrawal | 2011-06-22 | 1 | -0/+6 |
| | | |||||
* | | Attributes on scaffold and model generators default to string. | José Valim | 2011-06-17 | 3 | -16/+21 |
| | | | | | | | | This allows the following: "rails g scaffold Post title body:text author" | ||||
* | | Merge pull request #1676 from neerajdotname/make_test_name_meaningful | Santiago Pastorino | 2011-06-13 | 1 | -1/+1 |
|\ \ | | | | | | | Remove "is_assed" with something more meaningful | ||||
| * | | Remove "is_assed" with something more meaningful | Neeraj Singh | 2011-06-13 | 1 | -1/+1 |
| | | | |||||
* | | | namespace engine assets | Ryan Bates | 2011-06-12 | 1 | -12/+16 |
|/ / | |||||
* | | Merge pull request #1356 from flippingbits/fix_engine_generator | José Valim | 2011-06-09 | 3 | -14/+13 |
|\ \ | |/ |/| | Fix engine's generator | ||||
| * | Use RAILS_ISOLATED_ENGINE and fix namespaced generators tests | Stefan Sprenger | 2011-06-07 | 1 | -9/+1 |
| | | |||||
| * | Generate script/rails only if --full is given | Stefan Sprenger | 2011-05-27 | 2 | -5/+5 |
| | | |||||
| * | Fix appending ' | Stefan Sprenger | 2011-05-27 | 1 | -1/+1 |
| | | |||||
| * | Fix and test ENGINE_PATH and ENGINE_ROOT | Stefan Sprenger | 2011-05-27 | 1 | -0/+8 |
| | | |||||
| * | We're now using generators directly | Stefan Sprenger | 2011-05-26 | 1 | -1/+0 |
| | | |||||
* | | properly require javascript libraries when generating mountable engine | J. Edward Dewyea | 2011-05-30 | 1 | -0/+22 |
|/ | |||||
* | Use global namespace Rails | Stefan Sprenger | 2011-05-26 | 1 | -1/+1 |
| | |||||
* | Improve test assertion | Stefan Sprenger | 2011-05-25 | 1 | -1/+3 |
| | |||||
* | Remove whitespaces from empty line | Stefan Sprenger | 2011-05-25 | 1 | -1/+1 |
| | |||||
* | Add test files to engine's gemspec | Stefan Sprenger | 2011-05-25 | 1 | -0/+7 |
| | |||||
* | Merge pull request #1260 from flippingbits/master | José Valim | 2011-05-25 | 1 | -0/+5 |
|\ | | | | | Remove shebang from the template | ||||
| * | Add test for shebang in engine's script/rails file | Stefan Sprenger | 2011-05-24 | 1 | -0/+5 |
| | | |||||
* | | Using load_generators | Arun Agrawal | 2011-05-25 | 1 | -1/+1 |
| | | |||||
* | | Remove deprecated plugin generator | Guillermo Iguaran | 2011-05-24 | 1 | -71/+0 |
| | | |||||
* | | Streamline generators initialization flow. | José Valim | 2011-05-25 | 1 | -1/+1 |
| | | |||||
* | | Move SCSS generators and default templates from Rails to the Sass Railtie ↵ | tomhuda | 2011-05-24 | 4 | -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 more | David Heinemeier Hansson | 2011-05-24 | 1 | -3/+0 |
| | | |||||
* | | create the dummy app if there's no test_unit but there's a dummy_path | dmathieu | 2011-05-24 | 1 | -0/+7 |
|/ | |||||
* | Fix failing test suite (please run tests before sending pull requests :S) | José Valim | 2011-05-24 | 1 | -1/+2 |
| | |||||
* | Add test for gemspec of the generated engine | Stefan Sprenger | 2011-05-24 | 1 | -0/+6 |
| | |||||
* | Let's load jruby-openssl now for all. #jruby | Arun Agrawal | 2011-05-22 | 1 | -1/+3 |
| | |||||
* | be sure to parenthesize the arguments when the first one is a RegExp literal | Akira Matsuda | 2011-05-18 | 13 | -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 gem | Guillermo Iguaran | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | don't include 'turn' gem in Gemfile if test unit is skipped. | Teng Siong Ong | 2011-05-18 | 1 | -0/+7 |
| | |||||
* | add tests for ruby-debug gem in Gemfile and make sure that ruby-debug19 is ↵ | Teng Siong Ong | 2011-05-18 | 1 | -0/+14 |
| | | | | used as long as RUBY_VERSION > '1.9'. | ||||
* | add test case for turn gem for testunit. | siong1987 | 2011-05-18 | 1 | -0/+8 |
| | |||||
* | Run bundle install once when using plugin_new --full --mountable. Closes #555 | Santiago Pastorino | 2011-05-17 | 1 | -0/+5 |
| | |||||
* | generate HTML5 number_field tag for integer fields | Akira Matsuda | 2011-05-16 | 1 | -1/+5 |
| | |||||
* | Fixed failing tests for namespaced_generators_test. in 1.9.2 | Arun Agrawal | 2011-05-14 | 1 | -1/+5 |
| | |||||
* | application and plugin generation run bundle install unless --skip-gemfile ↵ | Xavier Noria | 2011-05-14 | 1 | -2/+11 |
| | | | | or --skip-bundle | ||||
* | Update Mailer generator to use 1.9 styled hash when run on Ruby 1.9 | Prem Sichanugrist | 2011-05-13 | 1 | -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 capture | Xavier Noria | 2011-05-13 | 2 | -12/+12 |
| | |||||
* | new reporting method Kernel#quietly | Xavier Noria | 2011-05-13 | 2 | -3/+3 |
| | |||||
* | silences stderr to prevent an expected error message in the test suite from ↵ | Xavier Noria | 2011-05-13 | 1 | -2/+1 |
| | | | | being echoed | ||||
* | say silence when you mean silence | Xavier Noria | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | application and plugin generation run bundle check unless --skip-gemfile | Xavier Noria | 2011-05-13 | 2 | -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. |