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
*
Do not point to the 5-0-stable branch
Rafael Mendonça França
2016-09-13
1
-1
/
+1
*
Fix Remaining Case-In-Assignment Statement Formatting
Alex Kitchens
2016-09-06
1
-7
/
+8
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-5
/
+5
*
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
1
-60
/
+60
*
Show supported DBs first in `rails new --help`
Akira Matsuda
2016-08-03
1
-5
/
+5
*
A generated app should not include Uglifier with `--skip-javascript` option.
Ben Pickles
2016-07-26
1
-3
/
+5
*
Do not run `bundle install` when generating a new plugin.
Rafael Mendonça França
2016-07-01
1
-1
/
+1
*
Merge pull request #25607 from sstephenson/turbolinks-5-final
Rafael Mendonça França
2016-06-30
1
-1
/
+1
|
\
|
*
Update to Turbolinks 5.0.0 final
Sam Stephenson
2016-06-30
1
-1
/
+1
*
|
Point to released coffee-rails
Rafael Mendonça França
2016-06-30
1
-1
/
+1
|
/
*
Bump jbuilder dependency to version 2.5.0 for compatibility fixes
David Heinemeier Hansson
2016-05-31
1
-1
/
+1
*
Use sass-rails and coffee-rails that work with Rails 5.1
Rafael Mendonça França
2016-05-10
1
-2
/
+2
*
revises fileutils dependencies in railties
Xavier Noria
2016-04-11
1
-0
/
+1
*
[close #23681] Use puma 3.0.0+
schneems
2016-02-26
1
-1
/
+1
*
Always use the released coffee-rails in new applications
Rafael Mendonça França
2016-02-24
1
-6
/
+1
*
Use the trick to get beta releases in the Gemfile
Rafael Mendonça França
2016-02-23
1
-1
/
+1
*
New apps get the Turbolinks beta gem
Sam Stephenson
2016-02-23
1
-2
/
+2
*
adds --skip-listen to the application generator [closes #23590]
Xavier Noria
2016-02-17
1
-0
/
+7
*
enables the evented monitor in new applications
Xavier Noria
2016-02-10
1
-0
/
+4
*
- app generate option --skip-sprockets leaves jquery-rails gem, which relies ...
Vipul A M
2016-02-04
1
-1
/
+1
*
Turbolinks has moved out
David Heinemeier Hansson
2016-02-04
1
-1
/
+1
*
Redis is now only needed if you want to use Action Cable in production
David Heinemeier Hansson
2016-02-04
1
-2
/
+2
*
Merge pull request #23057 from schneems/schneems/default-puma-config
Richard Schneeman
2016-02-01
1
-0
/
+10
|
\
|
*
Add Default Puma Config
schneems
2016-01-29
1
-0
/
+10
*
|
Switch the default redis adapter to a single-stream model
Matthew Draper
2016-02-01
1
-1
/
+0
|
/
*
Add em-hiredis and redis as default Gems for new applications
Jon Moss
2016-01-18
1
-0
/
+10
*
Add sass-rails back to the default Gemfile
Rafael Mendonça França
2015-12-30
1
-0
/
+2
*
Changed default value of `:rc` option to `nil`
Prathamesh Sonpatki
2015-12-25
1
-1
/
+1
*
Merge pull request #22657 from matthewd/loosen-version
Rafael Mendonça França
2015-12-18
1
-1
/
+15
|
\
|
*
Allow normal version updates within a release series
Matthew Draper
2015-12-18
1
-1
/
+15
*
|
More sensible ordering with the more important options first
David Heinemeier Hansson
2015-12-18
1
-12
/
+12
*
|
List the major frameworks you can remove together
David Heinemeier Hansson
2015-12-18
1
-3
/
+3
*
|
Use released rack
Rafael Mendonça França
2015-12-18
1
-2
/
+1
|
/
*
Use release sprockets-rails
Rafael Mendonça França
2015-12-17
1
-1
/
+0
*
Use released arel
Rafael Mendonça França
2015-12-17
1
-1
/
+0
*
Merge branch 'master' into merge-action-cable
Rafael Mendonça França
2015-12-16
1
-5
/
+1
|
\
|
*
Use sprockets 3 in the Rails 5 release
Rafael Mendonça França
2015-12-16
1
-2
/
+0
|
*
Do not default to any Serializer
Santiago Pastorino
2015-12-15
1
-3
/
+1
*
|
Add option to skip Action Cable
Rafael Mendonça França
2015-12-14
1
-1
/
+4
|
/
*
Add version constraint to database gem in generated application
Rafael Mendonça França
2015-10-29
1
-11
/
+22
*
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
*
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
[next]