Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | say something when running bundle commands | Xavier Noria | 2011-05-13 | 1 | -0/+2 |
| | | | | | | This is convenient because we buffer stdout. In particular bundle install takes a while and generation just hangs there with no indication of what's going on otherwise. | ||||
* | application and plugin generation run bundle check unless --skip-gemfile | Xavier Noria | 2011-05-13 | 1 | -3/+14 |
| | | | | | | | 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. | ||||
* | review fixes | Aditya Sanghi | 2011-05-06 | 1 | -0/+8 |
| | |||||
* | No longer need to reference mysql2 from git | David Heinemeier Hansson | 2011-05-04 | 1 | -9/+1 |
| | |||||
* | restores the -j option, but now it accepts the name of any library | Xavier Noria | 2011-05-04 | 1 | -1/+7 |
| | | | | | | If passed "foo", a gem "foo-rails" is added to the Gemfile and "foo" and "foo_ujs" are required in the application JavaScript manifest. | ||||
* | We no longer depend on those git repos. | José Valim | 2011-05-03 | 1 | -6/+0 |
| | |||||
* | Use sprockets beta gem | Joshua Peek | 2011-05-01 | 1 | -7/+4 |
| | |||||
* | Prototype and Scriptaculous are no longer vendored, but provided by ↵ | Xavier Noria | 2011-04-30 | 1 | -3/+0 |
| | | | | prototype-rails from now on, also the -j option of the application generator is removed | ||||
* | minor git sources formatting change in railties app_base.rb | Josh Kalderimis | 2011-04-27 | 1 | -3/+3 |
| | |||||
* | jdbcpostgresql support added into template. | Vishnu Atrai | 2011-04-26 | 1 | -2/+3 |
| | |||||
* | Adding jdbcsqlite3 name in comment. | Arun Agrawal | 2011-04-24 | 1 | -1/+1 |
| | |||||
* | Looks more friendly. | Arun Agrawal | 2011-04-24 | 1 | -1/+2 |
| | |||||
* | jdbcsqlite3 support added into template. #jruby | Arun Agrawal | 2011-04-23 | 1 | -1/+3 |
| | |||||
* | Start Adding jdbcmysql support to new rails template. | Arun Agrawal | 2011-04-23 | 1 | -2/+3 |
| | | | More will come for jruby app. | ||||
* | Cleanup the Gemfile and compute whats needed depending on whether we are on ↵ | David Heinemeier Hansson | 2011-04-13 | 1 | -1/+20 |
| | | | | 1.8 or 1.9 | ||||
* | Move json requirement to user Gemfile -- still need to do better than this, ↵ | David Heinemeier Hansson | 2011-04-13 | 1 | -3/+0 |
| | | | | though | ||||
* | Move the asset template engines to the user-generated Gemfile | David Heinemeier Hansson | 2011-04-13 | 1 | -2/+0 |
| | |||||
* | Include CoffeeScript in Gemfile | Joshua Peek | 2011-04-13 | 1 | -2/+4 |
| | |||||
* | Fix triplets | David Heinemeier Hansson | 2011-04-13 | 1 | -397/+1 |
| | |||||
* | Clean up the generator, switch to assets usage, use vendor/assets for the ↵ | David Heinemeier Hansson | 2011-04-13 | 1 | -0/+403 |
| | | | | default scripts, and more | ||||
* | Until the latest sprockets gem is released, we need new apps to reference it ↵ | David Heinemeier Hansson | 2011-04-13 | 1 | -9/+12 |
| | | | | directly | ||||
* | jQuery is the new default | Xavier Noria | 2011-04-13 | 1 | -4/+4 |
| | |||||
* | Add --old-style-hash option to force creating old style hash on Ruby 1.9 | Prem Sichanugrist | 2011-04-10 | 1 | -1/+4 |
| | | | | That means if you don't like the new syntax, you can pass --old-style-hash to force Rails to generate code with hash rockets. | ||||
* | Rails will now generate Ruby 1.9 style hash when running app generator on ↵ | Prem Sichanugrist | 2011-04-10 | 1 | -0/+9 |
| | | | | | | Ruby 1.9.x The new hash syntax of Ruby 1.9 looks more superior, so we decide to switch to it in the places that appropriate. | ||||
* | let these heredocs flow with the code | Xavier Noria | 2011-03-28 | 1 | -14/+15 |
| | |||||
* | Make edge and dev options use edge mysql2 | Santiago Pastorino | 2011-03-27 | 1 | -6/+14 |
| | |||||
* | change sqlite3-ruby => sqlite3 in the generators | Aaron Patterson | 2011-01-16 | 1 | -13/+1 |
| | |||||
* | Generate javascripts in engine with --mountable option | Piotr Sarnacki | 2010-12-16 | 1 | -0/+6 |
| | |||||
* | Allow http templates again, fix the broken test | Xavier Shay | 2010-11-27 | 1 | -1/+1 |
| | | | | | | [#5926 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Application templates should work with HTTPS too | Mikel Lindsaar | 2010-11-27 | 1 | -1/+1 |
| | |||||
* | Properly skip test unit in 'plugin new' generator | Piotr Sarnacki | 2010-11-02 | 1 | -0/+3 |
| | |||||
* | Properly handle other databases in 'plugin new' generator | Piotr Sarnacki | 2010-11-02 | 1 | -0/+27 |
| | |||||
* | Pass more options to test/dummy in 'plugin new' generator | Piotr Sarnacki | 2010-11-02 | 1 | -3/+13 |
| | |||||
* | Add --full option to 'plugin new' generator, which generates rails engine | Piotr Sarnacki | 2010-11-02 | 1 | -0/+5 |
| |