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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
A few more tests asserting the presence of helper test stubs
David Heinemeier Hansson
2014-08-03
2
-5
/
+0
*
|
Change the production log level default from :info to :debug. All production ...
David Heinemeier Hansson
2014-08-03
1
-2
/
+2
*
|
Generating stubs for helper tests is overly specific. Most helpers should sim...
David Heinemeier Hansson
2014-08-03
3
-21
/
+0
|
/
*
Give password_confirmation div the "field" class in erb form template
noinkling
2014-07-29
1
-1
/
+1
*
Additional clarification on password:digest in scaffold and model generator h...
noinkling
2014-07-25
2
-4
/
+16
*
Add password:digest information to scaffold generator help text [ci skip]
noinkling
2014-07-25
1
-1
/
+5
*
Fix syntax error
Rafael Mendonça França
2014-07-23
1
-1
/
+2
*
Dev and edge application and plugins need to include i18n master
Rafael Mendonça França
2014-07-23
1
-1
/
+2
*
Set Psych as the YAML engine for Rubinius
Robin Dupret
2014-07-23
1
-0
/
+9
*
Merge pull request #16212 from aantix/additional_migration_conflict_help_mess...
Rafael Mendonça França
2014-07-18
1
-1
/
+2
|
\
|
*
Modified migration conflict message to remove the string concatenation.
Jim Jones
2014-07-18
1
-3
/
+3
|
*
Added additional help messaging when there's scaffolding being generated and ...
Jim Jones
2014-07-17
1
-1
/
+2
|
/
*
Keep quietly and capture undeprecated on your suite
Rafael Mendonça França
2014-07-15
1
-0
/
+17
*
Merge pull request #13999 from jamox/update_rack
Aaron Patterson
2014-07-08
1
-2
/
+4
|
\
|
*
Upgraded rack
Jarmo Isotalo
2014-05-19
1
-2
/
+4
*
|
Merge pull request #16046 from grosser/grosser/cleangen
Rafael Mendonça França
2014-07-04
1
-2
/
+1
|
\
\
|
*
|
remove bundler magic
grosser
2014-07-03
1
-2
/
+1
*
|
|
Display notice in index.html pages in scaffolded generated views
Arun Agrawal
2014-07-04
1
-0
/
+2
|
/
/
*
|
Talk about config.assts.version move too
Rafael Mendonça França
2014-06-27
1
-1
/
+1
*
|
Require shellwords since it is dependecy of this file
Rafael Mendonça França
2014-06-26
1
-0
/
+2
*
|
Add a '--skip-routes' flag for the Controller generator.
Lucas Mazza
2014-06-24
1
-2
/
+6
*
|
Titling the model name in views generated by scaffold.
Amit Suryavanshi
2014-06-18
3
-3
/
+3
*
|
:scissors:
Rafael Mendonça França
2014-06-17
1
-8
/
+8
*
|
Add a generic --skip-gems options to generator
Rafael Mendonça França
2014-06-17
1
-8
/
+6
*
|
Add an option to skip installation of Turbolinks
Marc Schütz
2014-06-14
1
-2
/
+7
*
|
[ci skip] Fix capitalization
Akshay Vishnoi
2014-06-07
1
-4
/
+4
*
|
remove rubyforge.org that was shut down [ci skip]
Gaurav Sharma
2014-06-06
2
-4
/
+2
*
|
File.exist? instead of File.exists? in bin/setup
David Jones
2014-06-02
1
-1
/
+1
*
|
bin/setup uses `bundle check || bundle install` to improve performance.
Yves Senn
2014-05-30
1
-1
/
+1
*
|
`bin/setup` script to bootstrap applications.
Yves Senn
2014-05-30
1
-0
/
+28
*
|
Merge pull request #15327 from alexbel/replace_double_quotes_with_single_quotes
Yves Senn
2014-05-27
1
-4
/
+13
|
\
\
|
*
|
Replace double quotes with single quotes while adding an entry into Gemfile
alexbel
2014-05-26
1
-4
/
+14
|
/
/
*
|
integration tests do not need to load fixtures by hand
Xavier Noria
2014-05-25
1
-3
/
+0
*
|
Merge pull request #15299 from andriytyurnikov/engine_friendly_rake_stats
Rafael Mendonça França
2014-05-24
1
-0
/
+4
|
\
\
|
*
|
rake stats for engines
Andriy Tyurnikov
2014-05-24
1
-0
/
+4
*
|
|
Merge pull request #15298 from ShunsukeAida/fix_capitalization
Rafael Mendonça França
2014-05-24
1
-1
/
+1
|
\
\
\
|
*
|
|
fixed capitalization
ShunsukeAida
2014-05-25
1
-1
/
+1
|
|
/
/
*
|
|
Add FIXME note about the thor bug
Rafael Mendonça França
2014-05-24
1
-0
/
+2
*
|
|
Merge pull request #9083 from bronson/patch-1
Rafael Mendonça França
2014-05-24
1
-1
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
avoid using alias in generators
Scott Bronson
2013-01-25
1
-1
/
+4
*
|
|
Default config.assets.digests to true in development
Dan Kang
2014-05-17
1
-0
/
+3
|
|
/
|
/
|
*
|
New applications should be created with json serializer
Rafael Mendonça França
2014-05-17
1
-0
/
+5
*
|
Fix app generator test hanging.
Christian Wesselhoeft
2014-05-17
1
-4
/
+0
*
|
foo :bomb:
Rafael Mendonça França
2014-05-16
1
-2
/
+5
*
|
Generate the cookies_serializer configuration with :marshal when upgrading
Rafael Mendonça França
2014-05-16
1
-0
/
+11
*
|
Replace :base with :in [ci skip]
Marcio Junior
2014-05-11
1
-2
/
+2
*
|
Change Gemfile’s double quotes in plugin generator
Josemar Luedke
2014-05-10
1
-3
/
+3
*
|
skip-git should not hit git commands plugin generators
Arun Agrawal
2014-05-02
1
-6
/
+14
*
|
Works correctly if git not installed
Roman Shmatov
2014-05-02
1
-8
/
+6
*
|
Automaticly add username and email if configured in git-scm, as bundle gem
Abd ar-Rahman Hamidi
2014-05-02
3
-3
/
+19
[prev]
[next]