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
*
[Railties] require => require_relative
Akira Matsuda
2017-07-01
1
-2
/
+2
*
Replace therubyracer with mini_racer
Sam
2017-05-30
1
-1
/
+1
*
Do not show --webpack option in the plugin help message
ash
2017-05-26
1
-4
/
+0
*
Use released sass-rails instead of master version
Rafael Mendonça França
2017-04-19
1
-1
/
+1
*
Merge pull request #28546 from claudiob/drop-j-option
Rafael Mendonça França
2017-03-27
1
-8
/
+0
|
\
|
*
Remove -j (--javascript) option from `rails new`
claudiob
2017-03-23
1
-8
/
+0
*
|
ignore system test gems on Gemfile when execute with --skip-test option
ota42y
2017-03-27
1
-0
/
+4
|
/
*
List options for `rails new --webpack=WEBPACK`
claudiob
2017-03-22
1
-1
/
+2
*
Start Rails 5.2 development
Matthew Draper
2017-03-22
1
-0
/
+1
*
Update `database.yml` when `rails new <new_app> -d oracle` specified
Yasuo Honda
2017-03-02
1
-2
/
+1
*
Use released webpacker in new applications
yuuji.yaginuma
2017-02-28
1
-1
/
+1
*
Merge pull request #27572 from matthewd/prerelease-specifier
Matthew Draper
2017-02-23
1
-6
/
+5
|
\
|
*
Simplify the version specifier generated by prereleases
Matthew Draper
2017-01-05
1
-6
/
+5
*
|
Use released arel
Rafael Mendonça França
2017-02-21
1
-1
/
+0
*
|
Merge pull request #28055 from robertomiranda/patch-3
Guillermo Iguaran
2017-02-21
1
-1
/
+1
|
\
\
|
*
|
Use Puma 3.7.x
Roberto Miranda
2017-02-20
1
-1
/
+1
*
|
|
Add generators and ability to run system tests
eileencodes
2017-02-20
1
-0
/
+3
|
/
/
*
|
Rails::Generators::AppBase::GemfileEntry needs anonymous superclass
Akira Matsuda
2017-01-13
1
-1
/
+1
*
|
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-1
/
+1
|
/
*
remove `skip_bundle` option from plugin generator
yuuji.yaginuma
2016-12-31
1
-3
/
+0
*
Remove deprecated support to passing a column to #quote
Rafael Mendonça França
2016-12-29
1
-0
/
+1
*
Privatize unneededly protected methods in Railties
Akira Matsuda
2016-12-25
1
-15
/
+15
*
Don't assign a default to `webpack`.
Kasper Timm Hansen
2016-12-12
1
-2
/
+2
*
Add option to trigger JS framework-specific installation as part of webpack s...
David Heinemeier Hansson
2016-12-12
1
-2
/
+5
*
run `webpack` command only when webpack option is specified
yuuji.yaginuma
2016-12-10
1
-1
/
+1
*
gemfile entry method need to return an empty array rather than nil (#27318)
Yuji Yaginuma
2016-12-09
1
-4
/
+4
*
Use GitHub webpacker until closer to release
David Heinemeier Hansson
2016-12-09
1
-1
/
+1
*
Basic --webpack delegation to new webpacker gem (#27288)
David Heinemeier Hansson
2016-12-09
1
-0
/
+15
*
Make Yarn the default, drop default vendor/asset directories (#27300)
David Heinemeier Hansson
2016-12-08
1
-51
/
+2
*
Yarn: Move node_modules, package.json, and yarn.lock file to vendor (#27245)
David Heinemeier Hansson
2016-12-01
1
-1
/
+1
*
use `Gem.win_platform?` to check windows Ruby platforms
yuuji.yaginuma
2016-11-30
1
-1
/
+1
*
Merge pull request #26836 from Liceth/npm
Guillermo Iguaran
2016-11-29
1
-0
/
+52
|
\
|
*
Add package.json for Yarn if --yarn option is added
Liceth Ovalles
2016-11-28
1
-0
/
+52
*
|
rails-ujs is now shipped with Action View
Guillermo Iguaran
2016-11-29
1
-3
/
+0
|
/
*
Don't add jQuery by default in new apps and use rails-ujs as UJS adapter instead
Guillermo Iguaran
2016-11-21
1
-3
/
+8
*
Merge pull request #25248 from bluesh55:features/skip-coffee
Sean Griffin
2016-11-12
1
-1
/
+6
|
\
|
*
Add --skip-coffee generating option
seunghwan oh
2016-06-02
1
-1
/
+6
*
|
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
[next]