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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Titling the model name in views generated by scaffold.
Amit Suryavanshi
2014-06-18
3
-3
/
+3
*
Deprecate Rails::Rack::LogTailer
Rafael Mendonça França
2014-06-17
2
-0
/
+8
*
initialize the right variable
Rafael Mendonça França
2014-06-17
1
-1
/
+1
*
: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
3
-10
/
+19
*
Merge pull request #15716 from schuetzm/skip-turbolinks
Rafael Mendonça França
2014-06-17
2
-2
/
+21
|
\
|
*
Add an option to skip installation of Turbolinks
Marc Schütz
2014-06-14
2
-2
/
+21
*
|
allow preview interceptors to be registered through `config.action_mailer`.
Yves Senn
2014-06-15
1
-0
/
+32
*
|
[ci-skip] correct wikipedia MVC link
Aditya Kapoor
2014-06-14
1
-1
/
+1
|
/
*
Merge pull request #15394 from morgoth/fix-automatic-maintaining-test-schema-...
Yves Senn
2014-06-12
1
-1
/
+90
|
\
|
*
Fixed automatic maintaining test schema to properly handle sql structure sche...
Wojciech Wnętrzak
2014-06-12
1
-2
/
+52
|
*
Added missing test case for migrations when using sql structure
Wojciech Wnętrzak
2014-06-01
1
-1
/
+40
*
|
remove unnused method from test
Fabian Rodriguez
2014-06-11
1
-10
/
+0
*
|
[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
*
|
Emit suggested generator names when not found
schneems
2014-06-04
3
-9
/
+63
*
|
File.exist? instead of File.exists? in bin/setup
David Jones
2014-06-02
1
-1
/
+1
*
|
Feature requests should be made on the mailing list, not submitted to
Zachary Scott
2014-06-01
1
-1
/
+5
*
|
Merge pull request #14881 from robin850/patch-19
Yves Senn
2014-06-01
1
-5
/
+8
|
\
\
|
|
/
|
/
|
|
*
Swallow bundler exceptions when running tests
Robin Dupret
2014-04-27
1
-5
/
+8
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-06-01
1
-0
/
+5
|
\
\
|
*
|
document generators hidden_namespaces
schneems
2014-05-29
1
-0
/
+5
*
|
|
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
3
-0
/
+33
*
|
|
Revert "Merge pull request #12778 from etehtsea/rake-default-fix"
Yves Senn
2014-05-28
2
-5
/
+1
*
|
|
Merge pull request #15269 from arunagw/aa-fixes-8930
Rafael Mendonça França
2014-05-27
2
-0
/
+41
|
\
\
\
|
*
|
|
rake railties:install:migrations respects the order of railties
Arun Agrawal
2014-05-27
2
-0
/
+41
*
|
|
|
Deprecate all *_filter callbacks in favor of *_action callbacks
Rafael Mendonça França
2014-05-27
2
-4
/
+4
*
|
|
|
Merge pull request #15327 from alexbel/replace_double_quotes_with_single_quotes
Yves Senn
2014-05-27
3
-11
/
+32
|
\
\
\
\
|
*
|
|
|
Replace double quotes with single quotes while adding an entry into Gemfile
alexbel
2014-05-26
3
-11
/
+25
|
/
/
/
/
*
|
|
|
Merge pull request #15333 from ShunsukeAida/update_ruby_version
Rafael Mendonça França
2014-05-26
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
update the recommended ruby version
ShunsukeAida
2014-05-27
1
-1
/
+1
*
|
|
|
|
Merge pull request #15294 from schneems/schneems/generator-output-in-error2
Rafael Mendonça França
2014-05-26
2
-14
/
+20
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
print generators on failed generate
schneems
2014-05-26
2
-14
/
+20
*
|
|
|
|
simple solution that brings rake stats task to every kind of rails project
Andriy Tyurnikov
2014-05-26
1
-18
/
+22
*
|
|
|
|
Merge pull request #15305 from tgxworld/remove_unnecessary_require
Guillermo Iguaran
2014-05-24
2
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Remove unnecessary require of Minitest.
Guo Xiang Tan
2014-05-24
2
-2
/
+2
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
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
2
-19
/
+24
|
\
\
\
\
\
|
*
|
|
|
|
rake stats for engines
Andriy Tyurnikov
2014-05-24
2
-19
/
+24
|
|
/
/
/
/
*
|
|
|
|
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
*
|
|
|
|
Revert "Merge pull request #15293 from schneems/schneems/generator-output-in-...
Yves Senn
2014-05-24
1
-16
/
+12
*
|
|
|
|
Merge pull request #15293 from schneems/schneems/generator-output-in-error
Richard Schneeman
2014-05-24
1
-12
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
print generators on failed generate
schneems
2014-05-24
1
-12
/
+16
|
|
|
/
/
/
|
|
/
|
|
|
*
/
|
|
|
Future port c8ddb61
Zachary Scott
2014-05-23
1
-2
/
+1
|
/
/
/
/
*
|
|
|
Default config.assets.digests to true in development
Dan Kang
2014-05-17
4
-14
/
+20
[next]