| Commit message (Expand) | Author | Age | Files | Lines |
* | gems can be added or skipped from the template | Aaron Patterson | 2013-11-04 | 1 | -1/+62 |
* | No web-console for now | Arun Agrawal | 2013-11-03 | 1 | -6/+0 |
* | :bomb: | Rafael Mendonça França | 2013-11-01 | 1 | -1/+1 |
* | Use consistent order of the arguments | Rafael Mendonça França | 2013-11-01 | 1 | -9/+9 |
* | Passing args for gemfile entry | Arun Agrawal | 2013-11-01 | 1 | -1/+7 |
* | gemfile entries can be added to the app builder | Aaron Patterson | 2013-10-31 | 1 | -3/+16 |
* | add filters for gemfile entries | Aaron Patterson | 2013-10-31 | 1 | -3/+9 |
* | We need to fix Sam Ruby's tests. | Aaron Patterson | 2013-10-30 | 1 | -1/+0 |
* | rename AppPreparer | Aaron Patterson | 2013-10-30 | 1 | -0/+1 |
* | fix template Gemfiles | Aaron Patterson | 2013-10-28 | 1 | -0/+11 |
* | always call set_default_accessors from create_root | Aaron Patterson | 2013-10-28 | 1 | -0/+1 |
* | Fix indentation [ci skip] | Carlos Antonio da Silva | 2013-10-27 | 1 | -2/+2 |
* | Fixed tests for app_generator | Arun Agrawal | 2013-10-27 | 1 | -5/+5 |
* | Remove dead code after the skip_jbuilder option removal | Rafael Mendonça França | 2013-10-27 | 1 | -1/+0 |
* | remove the skip_jbuilder option, just rm it from the Gemfile | Aaron Patterson | 2013-10-27 | 1 | -3/+0 |
* | remove unused methods | Aaron Patterson | 2013-10-27 | 1 | -4/+0 |
* | Merge remote-tracking branch 'origin/master' | Aaron Patterson | 2013-10-27 | 1 | -5/+0 |
|\ |
|
| * | Merge pull request #12657 from robin850/skip-javascript | Guillermo Iguaran | 2013-10-27 | 1 | -7/+0 |
| |\ |
|
| | * | Removal of javascript related gems when creating an app | Robin Dupret | 2013-10-27 | 1 | -7/+0 |
* | | | add an option to skip jbuilder | Aaron Patterson | 2013-10-27 | 1 | -0/+4 |
* | | | add jbuilder web-console and sdoc to the GemEntry list | Aaron Patterson | 2013-10-27 | 1 | -13/+24 |
* | | | fix the class name | Aaron Patterson | 2013-10-27 | 1 | -17/+17 |
* | | | use the GemfileGem object for more entries | Aaron Patterson | 2013-10-27 | 1 | -52/+49 |
* | | | add the database gem | Aaron Patterson | 2013-10-27 | 1 | -5/+3 |
* | | | get a list of gems when filling out the gemfile | Aaron Patterson | 2013-10-27 | 1 | -12/+25 |
|/ / |
|
* / | set accessors in the set_accessors! method | Aaron Patterson | 2013-10-27 | 1 | -2/+1 |
|/ |
|
* | Don't require using application_name before options | Piotr Sarnacki | 2013-09-13 | 1 | -0/+4 |
* | Add --skip-action-view to app generator | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+4 |
* | restore whitespace in Gemfile between sqlite3 and sprockets | Sam Ruby | 2013-05-16 | 1 | -1/+1 |
* | Minor code duplication removed | Arun Agrawal | 2013-04-29 | 1 | -6/+6 |
* | ActiveRecord -> Active Record | Xavier Noria | 2013-04-22 | 1 | -1/+1 |
* | Use sass-rails 4.0.0.rc1 | Rafael Mendonça França | 2013-04-18 | 1 | -1/+1 |
* | Use latest coffee-rails release | Rafael Mendonça França | 2013-04-18 | 1 | -1/+1 |
* | Revert "sprockets 2.9.x doesn't work with uglifier 2.0 yet." | Rafael Mendonça França | 2013-04-18 | 1 | -2/+2 |
* | Don't need to add activerecord-deprecated_finders on edge and dev | Rafael Mendonça França | 2013-04-17 | 1 | -3/+1 |
* | Use strip_heredoc where possible | Sam Ruby | 2013-04-11 | 1 | -14/+12 |
* | Editorial pass over generated Gemfile | Sam Ruby | 2013-04-10 | 1 | -4/+8 |
* | sprockets 2.9.x doesn't work with uglifier 2.0 yet. | Rafael Mendonça França | 2013-04-06 | 1 | -2/+2 |
* | Revert "Use jquery-rails from github" | Santiago Pastorino | 2013-04-02 | 1 | -3/+1 |
* | Revert more Rails.version changes | Rafael Mendonça França | 2013-04-01 | 1 | -2/+2 |
* | Make comment about uglifier in generated Gemfile consistent between branches | Carlos Antonio da Silva | 2013-03-30 | 1 | -1/+1 |
* | Add better comments to assets gems | Guillermo Iguaran | 2013-03-28 | 1 | -9/+22 |
* | Add coffee-rails and javascript runtime to gemfile if skip_javascript is | Rafael Mendonça França | 2013-03-28 | 1 | -2/+9 |
* | Remove buggy and unnecessary logic | Sam Ruby | 2013-03-27 | 1 | -7/+0 |
* | Cosmetic cleanup of generated Gemfile | Sam Ruby | 2013-03-27 | 1 | -17/+14 |
* | Put coffee-rails in top-level of generated Gemfile | Gabe Kopley | 2013-03-24 | 1 | -15/+27 |
* | Use jquery-rails from github | Sam Ruby | 2013-03-24 | 1 | -1/+3 |
* | remove references to *::VERSION, replace with *.version | Charlie Somerville | 2013-03-21 | 1 | -2/+2 |
* | Bump sass-rails and coffee-rails to 4.0.0.beta1 in Gemfile | Guillermo Iguaran | 2013-02-25 | 1 | -2/+2 |
* | Remove sprockets-rails from the Gemfile generator | robertomiranda | 2013-02-25 | 1 | -1/+0 |