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
Commit message (
Expand
)
Author
Age
Files
Lines
*
placeholder doesn't exist inside this context
Rafael Mendonça França
2015-02-05
1
-2
/
+2
*
Merge pull request #18647 from mcls/placeholderable-to-model
Rafael Mendonça França
2015-02-05
4
-28
/
+47
|
\
|
*
Reduce duplication when generating translations
Maarten Claes
2015-01-22
4
-34
/
+47
|
*
Convert with `to_model` before calling ActiveModel methods on `object`
Maarten Claes
2015-01-22
2
-8
/
+14
*
|
Partial template name does no more have to be a valid Ruby identifier
Akira Matsuda
2015-02-06
5
-16
/
+21
*
|
Merge pull request #18610 from amatsuda/privatize_config_accessor
Akira Matsuda
2015-02-06
3
-0
/
+13
|
\
\
|
*
|
Privatize config_accessor as with attr_accessor
Akira Matsuda
2015-02-06
3
-0
/
+13
|
/
/
*
|
Move ruby-head to allowed failures [ci skip]
Sean Griffin
2015-02-05
1
-0
/
+1
*
|
Merge pull request #18820 from tycooon/transaction-rollback-fix
Sean Griffin
2015-02-05
1
-1
/
+1
|
\
\
|
*
|
fix transaction rollback in case of aborting thread
Yuri Smirnov
2015-02-05
1
-1
/
+1
|
/
/
*
|
Merge pull request #18817 from y-yagi/fix_action_controller_gem_template
Arthur Nogueira Neves
2015-02-04
1
-1
/
+1
|
\
\
|
*
|
load "rack/test" before "action_controller/railtie" in bug report templates [...
yuuji.yaginuma
2015-02-05
1
-1
/
+1
|
/
/
*
|
Merge pull request #18809 from meltheadorable/bugfix/postgres_money
Sean Griffin
2015-02-04
3
-5
/
+7
|
\
\
|
*
|
Fix test cases for money, bit and bit_varying
Melody
2015-02-04
2
-2
/
+4
|
*
|
Add default options to 'bit' and 'bit_varying' methods
Melody
2015-02-03
1
-2
/
+2
|
*
|
Adds default options hash for postgres money type
Melody Berton
2015-02-03
1
-1
/
+1
*
|
|
Respect custom primary keys for associations in `Relation#where`
Sean Griffin
2015-02-04
4
-2
/
+65
*
|
|
revert 539d929b7b32302afe548e4cb06b5f4dd56e9942 [ci skip]
Abdelkader Boudih
2015-02-04
1
-1
/
+1
*
|
|
Merge pull request #18812 from yatmsu/fix_typo_in_rails_guides
Abdelkader Boudih
2015-02-04
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix typo in Creating and Customizing Rails Generators & Templates guides
Yasuhiko Katoh (y@su)
2015-02-04
1
-1
/
+1
|
/
/
*
|
Don't remove all line endings from routes.rb
Andrew White
2015-02-03
3
-2
/
+26
*
|
rm `Column#cast_type`
Sean Griffin
2015-02-03
14
-138
/
+185
*
|
Correct errors in counter cache updating
Sean Griffin
2015-02-03
3
-3
/
+14
*
|
`RouteSet` should not be listed in the public API [ci skip]
Sean Griffin
2015-02-03
1
-10
/
+10
*
|
Merge pull request #18801 from andreynering/fix-js-link
Eileen M. Uchitelle
2015-02-03
1
-1
/
+1
|
\
\
|
*
|
Fix link [ci skip]
Andrey Nering
2015-02-03
1
-1
/
+1
*
|
|
Merge pull request #18800 from jtperreault/master
Abdelkader Boudih
2015-02-03
1
-1
/
+1
|
\
\
\
|
*
|
|
[ci skip]
James T. Perreault
2015-02-03
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #18758 from yuki24/change-travel-to-stub-datetime-too
Rafael Mendonça França
2015-02-03
3
-0
/
+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Change AS::Testing::TimeHelpers#travel_to to also stub DateTime.now
Yuki Nishijima
2015-02-03
3
-0
/
+17
*
|
|
Merge pull request #18795 from vipulnsward/remove-magic-comments
Jeremy Kemper
2015-02-03
77
-78
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
77
-78
/
+0
*
|
|
Merge pull request #18796 from 5minpause/master
Carlos Antonio da Silva
2015-02-03
1
-2
/
+2
|
\
\
\
|
*
|
|
Small enhancement for generators
Holger Frohloff
2015-02-03
1
-2
/
+2
*
|
|
|
Wrap method arguments with parentheses in docs
Carlos Antonio da Silva
2015-02-03
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #18794 from vipulnsward/fix-dirty
Abdelkader Boudih
2015-02-03
1
-1
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Person class doesn't contain finder methods, hence usage of Person.find_by is...
Vipul A M
2015-02-03
1
-1
/
+5
|
/
/
*
|
Merge pull request #18791 from Sinjo/consistent-foreign-key-name-generation
Sean Griffin
2015-02-02
3
-3
/
+16
|
\
\
|
*
|
Generate consistent names for foreign keys
Chris Sinjakli
2015-02-03
3
-3
/
+16
*
|
|
Merge pull request #18789 from jafrog/master
Sean Griffin
2015-02-02
1
-1
/
+2
|
\
\
\
|
*
|
|
Fix a typo in autoloading doc and note on autoload_paths [ci skip]
jafrog
2015-02-02
1
-1
/
+2
*
|
|
|
Properly lookup the limit for bigint
Sean Griffin
2015-02-02
2
-1
/
+11
|
|
/
/
|
/
|
|
*
|
|
Rename `user_provided_types` to something more meaningful
Sean Griffin
2015-02-02
1
-4
/
+4
*
|
|
Remove unused `Column#with_type`
Sean Griffin
2015-02-02
1
-6
/
+0
|
/
/
*
|
Merge pull request #18779 from jduff/fix_documentation_typo
Abdelkader Boudih
2015-02-02
1
-1
/
+1
|
\
\
|
*
|
Fix typo in Time#change docs
John Duff
2015-02-02
1
-1
/
+1
|
/
/
*
|
Merge pull request #18612 from eileencodes/fix-validates-on-associated-record...
Aaron Patterson
2015-02-01
9
-5
/
+80
|
\
\
|
*
|
Fix validations on child record when record parent has validate: false
eileencodes
2015-02-01
9
-5
/
+80
|
/
/
*
|
Cache `url_helpers` separately for mailers
Andrew White
2015-02-01
1
-44
/
+50
*
|
Merge pull request #18776 from eileencodes/cache-url-helpers
Andrew White
2015-02-01
1
-42
/
+44
|
\
\
[next]