Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed symbol platform to platforms for the commented out call to gem ↵ | Martin O'Connor | 2012-05-30 | 1 | -1/+1 |
| | | | | | | 'therubyracer'. Dependency.rb expects the symbol to be named :platforms as opposed to platform. RubyMine's inspections indicate that the symbol should be named :platforms. | ||||
* | Revert changes related to `bundle install` fixes in `rails new` | Piotr Sarnacki | 2012-05-17 | 1 | -10/+1 |
| | | | | | | | | | | | Reverted changes: f3482a9 Fix tests in railties 5904295 improve #6318 aed906a prevent using already loaded Gemfile for 'bundle install' In order to fix this, we need a fix in bundler related to GEM_PATH, which will allow to run tests properly. I will get this changes back when it happens. | ||||
* | improve #6318 | Michal Papis | 2012-05-15 | 1 | -4/+5 |
| | |||||
* | prevent using already loaded Gemfile for 'bundle install', fix #6314 | Michal Papis | 2012-05-15 | 1 | -0/+8 |
| | |||||
* | Remove remaining require 'rubygems' | Santiago Pastorino | 2012-05-13 | 1 | -1/+1 |
| | |||||
* | Use new hash syntax in generated Gemfile | Oscar Del Ben | 2012-05-02 | 1 | -14/+14 |
| | |||||
* | Use :github option in Gemfile and make hashes consistent | Piotr Sarnacki | 2012-05-01 | 1 | -8/+8 |
| | |||||
* | Merge pull request #5530 from ↵ | José Valim | 2012-04-30 | 1 | -0/+3 |
|\ | | | | | | | | | malclocke/add_option_to_skip_index.html_on_rails_generate Added a generator option to skip the public/index.html file | ||||
| * | Added a generator option to remove the public/index.html file when ↵ | Ivan Vanderbyl | 2012-03-21 | 1 | -0/+3 |
| | | | | | | | | | | | | | | generating a new Rails application The option is: -i, [--skip-index-html] # Skip public/index.html file | ||||
* | | Add missing dependency for active_record_deprecated_finders | Juan Manuel Azambuja | 2012-04-18 | 1 | -0/+2 |
| | | |||||
* | | remove extra new line from generated Gemfile | Vasiliy Ermolovich | 2012-04-14 | 1 | -1/+1 |
|/ | |||||
* | Rubyracer does not work on ruby, so add it to Gemfile with :ruby platform only | Piotr Sarnacki | 2012-03-17 | 1 | -1/+1 |
| | |||||
* | Move http only option to AppGenerator | Carlos Antonio da Silva | 2012-03-14 | 1 | -3/+0 |
| | | | | [Carlos Antonio da Silva & Santiago Pastorino] | ||||
* | Add http-only option to Rails app generator | Carlos Antonio da Silva | 2012-03-14 | 1 | -0/+3 |
| | | | | | | | Change application controller template accordingly, to inherit from ActionController::HTTP and not generate protect_from_forgery call. [Carlos Antonio da Silva & Santiago Pastorino] | ||||
* | Remove key_value helper now that master is 1.9 only and we always use | Rafael Mendonça França | 2012-03-13 | 1 | -5/+0 |
| | | | | the 1.9 hash syntax in the generators. | ||||
* | Add sprockets-rails to generated Gemfile. This should be reverted after ↵ | Guillermo Iguaran | 2012-03-13 | 1 | -0/+2 |
| | | | | sprockets-rails release on rubygems | ||||
* | Remove ruby_debugger_gemfile_entry from app_base, we can just put ↵ | Guillermo Iguaran | 2012-02-01 | 1 | -4/+0 |
| | | | | ruby-debug19 commented directly in Gemfile | ||||
* | Don't run bundle install when passed with --pretend option | kennyj | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | Add therubyracer gem commented in default Gemfile | Guillermo Iguaran | 2012-01-12 | 1 | -2/+14 |
| | |||||
* | Depend on 4.0.0.beta gems. Use https for github urls. | Jeremy Kemper | 2011-12-22 | 1 | -10/+10 |
| | |||||
* | Get rid of more 1.8.x dead code | José Valim | 2011-12-20 | 1 | -5/+1 |
| | |||||
* | Get rid of --old-style-hash | José Valim | 2011-12-20 | 1 | -10/+2 |
| | |||||
* | Use gem versions of sass-rails and coffee-rails. | José Valim | 2011-12-17 | 1 | -10/+26 |
| | |||||
* | strip whitespace errors from the generated Gemfile | Aaron Patterson | 2011-12-12 | 1 | -1/+1 |
| | |||||
* | Skip assets groups if --skip-sprockets option is given | Guillermo Iguaran | 2011-12-09 | 1 | -0/+1 |
| | |||||
* | Added therubyrhino to default Gemfile under JRuby | Guillermo Iguaran | 2011-11-14 | 1 | -0/+1 |
| | |||||
* | Add arel to Gemfile on apps generated in edge Rails | Guillermo Iguaran | 2011-11-05 | 1 | -0/+2 |
| | |||||
* | Remove Turn from default Gemfile. | Guillermo Iguaran | 2011-10-22 | 1 | -11/+0 |
| | | | | We still looking for a best presentation for tests output. | ||||
* | Don't use :path in Gemfile for --dev except for Rails. | José Valim | 2011-10-20 | 1 | -1/+1 |
| | |||||
* | fix inconsistent alignment in Gemfile generator | Suraj N. Kurapati | 2011-10-13 | 1 | -6/+6 |
| | |||||
* | point rails at Journey for dev and edge | Aaron Patterson | 2011-09-12 | 1 | -0/+2 |
| | |||||
* | Thanks to the hard work of Ken Collins ( @metaskills ) on the ActiveRecord ↵ | Wayne E. Seguin | 2011-09-07 | 1 | -2/+3 |
| | | | | | | | | SQLServer Adapter ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter ), AR SQLServer Adapter works for Linux, OSX and Windows. Thus the sqlserver adapter should include so that users may use it with the new application generator: rails new w00t -d sqlserver ... | ||||
* | Bump uglifier up | Santiago Pastorino | 2011-09-05 | 1 | -1/+1 |
| | |||||
* | Tidy up | Santiago Pastorino | 2011-07-28 | 1 | -2/+4 |
| | |||||
* | Add assets_gemfile_entry. | José Valim | 2011-07-01 | 1 | -0/+10 |
| | |||||
* | [IMPORTANT] Make "sprockets/railtie" require explicit. | José Valim | 2011-06-29 | 1 | -1/+4 |
| | | | | | | | | | | 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. | ||||
* | Convert database names to ones appropriate for JRuby | Nick Sieger | 2011-06-21 | 1 | -1/+12 |
| | |||||
* | Add generic 'jdbc' database option | Nick Sieger | 2011-06-21 | 1 | -4/+5 |
| | |||||
* | Create an :assets group in the Gemfile. | José Valim | 2011-06-21 | 1 | -3/+3 |
| | | | | | | | | | This group is required by default only on development and test (you can change it on config/application.rb). `rake assets:precompile` will automatically add the assets group to Rails.groups (and consequently Bundler.require) and should work transparently. | ||||
* | s/Bundle/Bundler/ | Xavier Noria | 2011-06-11 | 1 | -1/+1 |
| | |||||
* | shell out to run bundler on app generation, see rationale in the comment | Xavier Noria | 2011-06-10 | 1 | -6/+12 |
| | |||||
* | Added a space to the comment_if helper for formatting purposes | Andrew Davis | 2011-05-25 | 1 | -1/+1 |
| | |||||
* | Removed ActiveSupport::SecureRandom in favour of SecureRandom from the ↵ | Jon Leighton | 2011-05-23 | 1 | -1/+1 |
| | | | | standard library. (It has been deprecated in the 3-1-stable branch.) | ||||
* | don't include 'turn' gem in Gemfile if test unit is skipped. | Teng Siong Ong | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | add tests for ruby-debug gem in Gemfile and make sure that ruby-debug19 is ↵ | Teng Siong Ong | 2011-05-18 | 1 | -1/+1 |
| | | | | used as long as RUBY_VERSION > '1.9'. | ||||
* | asking the user whether he is "offline" rather than "online" seems more ↵ | Xavier Noria | 2011-05-14 | 1 | -1/+1 |
| | | | | natural as reaction to a potential missing network connection | ||||
* | removes now unused method Rails::Generators::AppBase#dev_or_edge? | Xavier Noria | 2011-05-14 | 1 | -4/+0 |
| | |||||
* | application and plugin generation run bundle install unless --skip-gemfile ↵ | Xavier Noria | 2011-05-14 | 1 | -4/+6 |
| | | | | or --skip-bundle | ||||
* | move bundler loading down to #bundle_command | Xavier Noria | 2011-05-13 | 1 | -2/+3 |
| | |||||
* | run bundler programmatically rather than shelling out | Xavier Noria | 2011-05-13 | 1 | -7/+3 |
| |