index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails
/
generators
/
app_base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Strip heredoc to not generate the Gemfile with trailing spaces
Rafael Mendonça França
2012-10-04
1
-2
/
+2
*
Turn turbolinks on by default for new apps
David Heinemeier Hansson
2012-10-04
1
-1
/
+8
*
change app/plugin generators to be more SCM agnostic
Derek Prior
2012-09-12
1
-35
/
+38
*
require bundle in the app generator
Xavier Noria
2012-09-01
1
-0
/
+1
*
Use Bundler.with_clean_env instead of custom code
Piotr Sarnacki
2012-08-31
1
-6
/
+3
*
Revert "Revert changes related to `bundle install` fixes in `rails new`"
Piotr Sarnacki
2012-08-31
1
-1
/
+10
*
Update to activerecord-deprecated_finders on generator
Miguel Herranz
2012-08-17
1
-2
/
+2
*
Changed symbol platform to platforms for the commented out call to gem 'theru...
Martin O'Connor
2012-05-30
1
-1
/
+1
*
Revert changes related to `bundle install` fixes in `rails new`
Piotr Sarnacki
2012-05-17
1
-10
/
+1
*
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 malclocke/add_option_to_skip_index.html_on_rail...
José Valim
2012-04-30
1
-0
/
+3
|
\
|
*
Added a generator option to remove the public/index.html file when generating...
Ivan Vanderbyl
2012-03-21
1
-0
/
+3
*
|
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
*
Add http-only option to Rails app generator
Carlos Antonio da Silva
2012-03-14
1
-0
/
+3
*
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
*
Add sprockets-rails to generated Gemfile. This should be reverted after sproc...
Guillermo Iguaran
2012-03-13
1
-0
/
+2
*
Remove ruby_debugger_gemfile_entry from app_base, we can just put ruby-debug1...
Guillermo Iguaran
2012-02-01
1
-4
/
+0
*
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
*
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 SQ...
Wayne E. Seguin
2011-09-07
1
-2
/
+3
*
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
*
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
*
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 standa...
Jon Leighton
2011-05-23
1
-1
/
+1
[next]