Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dev and edge have some common, so factor it out. | Eric Guo | 2015-09-13 | 1 | -10/+7 |
| | |||||
* | smooth move aaron.... :bomb: | Aaron Patterson | 2015-08-20 | 1 | -2/+2 |
| | |||||
* | point at rack master | Aaron Patterson | 2015-08-20 | 1 | -0/+2 |
| | |||||
* | Migrate to Sprockets 4. | Andrei Istratii | 2015-08-19 | 1 | -2/+4 |
| | |||||
* | Disable jbuilder for Rails API apps, meanwhile it doesn't play nicely | Santiago Pastorino | 2015-06-11 | 1 | -0/+2 |
| | |||||
* | api option implies skipping javascript & sprockets | Santiago Pastorino | 2015-06-11 | 1 | -2/+2 |
| | |||||
* | rails new --api generates an api app skeleton | Santiago Pastorino | 2015-06-11 | 1 | -2/+2 |
| | |||||
* | Use sprockets-rails from github repo | Yoong Kang Lim | 2015-06-02 | 1 | -0/+2 |
| | | | | See #20397 | ||||
* | Omit .keep in .gitignore when generated with --skip-keeps. | Ben Pickles | 2015-05-22 | 1 | -1/+5 |
| | |||||
* | Implicitly skip spring for `rails new --dev` | Godfrey Chan | 2015-04-20 | 1 | -1/+1 |
| | | | | | | Spring seems like an obvious foot gun for the `--dev` setup, presumably you are about to make lots of changes to the codebase, so it should always reload the framework. | ||||
* | Print `bundle install` output in `rails new` as soon as it's available | Max Holder | 2015-03-28 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | Previously, running `rails new` would not print any of the output from `bundle install` until all the gems had finished installing. This made it look like the generator was hanging at the `bundle install` step. This commit switches to using `system` so that the bundle command can output as it needs to. This has the added benefit of including output bundler produces on standard error, which the previous code ignored since backticks only capture standard out. This is not a big deal right now since bundler does not currently print errors to standard error, but that may change in the future (see: bundler/bundler/issues/3353). | ||||
* | Update sprockets links to point to rails org | Joshua Peek | 2015-03-13 | 1 | -1/+1 |
| | |||||
* | Remove documentation tasks | Xavier Noria | 2015-02-06 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the tasks doc:app, doc:rails, and doc:guides. In our experience applications do not generate APIs using doc:app. Methods may be certainly documented for maintainers, annotated with YARD tags, etc. but that is intended to be read with the source code, not in a separate website. Then, teams also have typically selected topics written down in Markdown files, or in a GitHub wiki... that kind of thing. If a team absolutely needs to generate application documentation for internal purposes, they can still easily write their own task. Regarding doc:rails and doc:guides, we live in 2015. We are used to go to online docs all the time. If you really want access to the API offline RubyGems generates it for every Rails component unless you tell it not to, and you can checkout the Rails source code to read the guides as Markdown, or download them for a Kindle reader. All in all, maintaining this code does not seem to be worthwhile anymore. As a consequence of this, guides (+3 MB uncompressed) won't be distributed with the rails gem anymore. Of course, guides and API are going to be still part of releases, since documentation is maintained alongside code and tests. Also, time permitting, this will allow us to experiment with novel ways to generate documentation in the Rails docs server, since right now we were constrained by being able to generate them in the user's environment. | ||||
* | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 | robertomiranda | 2015-01-31 | 1 | -1/+1 |
| | | | | ref: https://github.com/rails/rails/pull/18763#issuecomment-72349769 | ||||
* | Change option description and update test names | Melanie Gilman | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | Update option to skip test in generators | Melanie Gilman | 2015-01-27 | 1 | -3/+3 |
| | | | | Rails no longer generates Test::Unit files by default. | ||||
* | Add --skip-action-mailer (or -M) to rails generate | claudiob | 2015-01-01 | 1 | -1/+5 |
| | |||||
* | Fix Duplicate web-console entries in Gemfile | NorimasaAndo | 2014-12-14 | 1 | -10/+0 |
| | |||||
* | New applications should use sass-rails 5.0 | Rafael Mendonça França | 2014-12-12 | 1 | -6/+1 |
| | |||||
* | Rails master requires arel master | Rafael Mendonça França | 2014-12-12 | 1 | -2/+8 |
| | |||||
* | Align the GemfileEntry API with stable branches | Godfrey Chan | 2014-12-12 | 1 | -5/+9 |
| | | | | See 63462ec | ||||
* | Use latest web-console when using --dev or --edge | Sam Ruby | 2014-12-05 | 1 | -0/+10 |
| | | | | | | Fixes: http://intertwingly.net/projects/AWDwR4/checkdepot-215/makedepot.log | ||||
* | We don't need to use sass-rails 5.0.0.beta | Rafael Mendonça França | 2014-11-28 | 1 | -2/+1 |
| | |||||
* | Revert "Test against rack master" | Santiago Pastorino | 2014-11-27 | 1 | -2/+2 |
| | | | | This reverts commit 2a4e14db981e38611667d407a975600ee720ada7. | ||||
* | Test against rack master | Rafael Mendonça França | 2014-11-26 | 1 | -2/+2 |
| | |||||
* | Use jquery-rails 4.0.0 | Rafael Mendonça França | 2014-11-25 | 1 | -8/+2 |
| | |||||
* | Fix syntax error :bomb: | Rafael Mendonça França | 2014-11-25 | 1 | -2/+2 |
| | |||||
* | Use released rails-dom-testing | Rafael Mendonça França | 2014-11-25 | 1 | -2/+0 |
| | |||||
* | Fix sprockets-rails dependency dance | Arthur Neves | 2014-11-24 | 1 | -2/+0 |
| | | | | | | - Remove sprockets-rails from generated Gemfile as rails has a hard-dependency on it - Also allow sprockets-rails >= 2.0.0 | ||||
* | Generate new applications with the right rails-dom-testing version | Rafael Mendonça França | 2014-11-17 | 1 | -2/+4 |
| | |||||
* | Skip spring install in Cygwin due to fork() bad support. | michaeljayt | 2014-11-17 | 1 | -1/+1 |
| | | | | See also: https://www.cygwin.com/faq.html#faq.using.fixing-fork-failures | ||||
* | Add back --skip-turbolinks and remove --skip-gems | Rafael Mendonça França | 2014-10-26 | 1 | -6/+9 |
| | | | | | | | For the most part of cases --skip-gems option just remove one line in the Gemfile. This is not worth for the complexity it adds. Closes #17196 | ||||
* | Default generated Gemfile to coffee-rails ~> 4.1.0 | Joshua Peek | 2014-10-12 | 1 | -2/+2 |
| | |||||
* | Remove --skip-action-view option from application generator | Dan Olson | 2014-09-24 | 1 | -4/+1 |
| | |||||
* | Dependencies: bump to jquery-rails 4.0.0.beta2 | Godfrey Chan | 2014-09-05 | 1 | -1/+1 |
| | |||||
* | Use the released jquery-rails gem | Godfrey Chan | 2014-09-05 | 1 | -2/+8 |
| | |||||
* | Use jquery-rails master | Rafael Mendonça França | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | Point to right sass-rails version | Rafael Mendonça França | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | Rack is released too | Rafael Mendonça França | 2014-08-18 | 1 | -4/+2 |
| | |||||
* | No need to point to arel and i18n master anymore | Rafael Mendonça França | 2014-08-18 | 1 | -6/+2 |
| | |||||
* | Pull spring gem entry into the Gemfile template instead of gemfile_entries ↵ | David Heinemeier Hansson | 2014-08-07 | 1 | -7/+0 |
| | | | | so it can be grouped with the other development tools | ||||
* | Stop using padding in the generated Gemfile -- it looks shit | David Heinemeier Hansson | 2014-08-07 | 1 | -4/+0 |
| | |||||
* | Fix syntax error | Rafael Mendonça França | 2014-07-23 | 1 | -1/+2 |
| | |||||
* | Dev and edge application and plugins need to include i18n master | Rafael Mendonça França | 2014-07-23 | 1 | -1/+2 |
| | |||||
* | Set Psych as the YAML engine for Rubinius | Robin Dupret | 2014-07-23 | 1 | -0/+9 |
| | | | | | | | | | | Since the rubysl-yaml gem doesn't ship with Psych by default because of its dependency on libyaml, on Rubinius, the default engine is Syck. However, if we want to be able to run the application safely on different rubies, we need to make people using Rubinius rely on Psych. See http://git.io/uuLVag for further information. | ||||
* | Merge pull request #13999 from jamox/update_rack | Aaron Patterson | 2014-07-08 | 1 | -2/+4 |
|\ | | | | | This updates rails to use edge rack | ||||
| * | Upgraded rack | Jarmo Isotalo | 2014-05-19 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | As Rack has some non backwards compatible changes added required modifications to keep behaviour in rails close to same as before. Also modified generators to include rack/rack for not yet released version of rack | ||||
* | | :scissors: | Rafael Mendonça França | 2014-06-17 | 1 | -8/+8 |
| | | |||||
* | | Add a generic --skip-gems options to generator | Rafael Mendonça França | 2014-06-17 | 1 | -8/+6 |
| | | | | | | | | | | | | | | | | | | | | Also remove --skip-turbolinks. This option is useful if users want to remove some gems like jbuilder, turbolinks, coffee-rails, etc that don't have specific options on the generator. rails new my_app --skip-gems turbolinks coffee-rails | ||||
* | | Add an option to skip installation of Turbolinks | Marc Schütz | 2014-06-14 | 1 | -2/+7 |
|/ |