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
*
validate_each in NumericalityValidator is never called in this case.
Guillermo Iguaran
2016-08-28
1
-2
/
+0
*
Add test for allow_blank in numericality validation
Nicolai Reuschling
2016-08-28
1
-0
/
+7
*
Merge pull request #26301 from maclover7/jm-fix-comment
Guillermo Iguaran
2016-08-27
1
-4
/
+2
|
\
|
*
Switch back to `Hash.dup`
Jon Moss
2016-08-27
1
-4
/
+2
|
/
*
Merge pull request #26299 from davydovanton/fix-typo
Vipul A M
2016-08-27
1
-1
/
+1
|
\
|
*
Fix typo in Delegation#delegate_missing_to doc [skip ci]
Anton Davydov
2016-08-27
1
-1
/
+1
|
/
*
Merge pull request #26297 from ledermann/patch-1
Vijay Dev
2016-08-27
1
-1
/
+1
|
\
|
*
Fix typo in deprecation message
Georg Ledermann
2016-08-27
1
-1
/
+1
|
/
*
Merge pull request #26293 from mechanicles/move-custom-assertion
Guillermo Iguaran
2016-08-27
2
-11
/
+11
|
\
|
*
Move custom assertion to its proper place
Santosh Wadghule
2016-08-27
2
-11
/
+11
|
/
*
Missing key should throw KeyError
eileencodes
2016-08-26
2
-1
/
+7
*
Merge pull request #26288 from maclover7/jm-revert-21995
Guillermo Iguaran
2016-08-26
1
-7
/
+11
|
\
|
*
Clarify two ways to set Rails configuration options
Jon Moss
2016-08-26
1
-5
/
+8
|
*
Add back in `config_for` example
Jon Moss
2016-08-26
1
-0
/
+28
|
*
Revert "Merge pull request #21995 from tak1n/master"
Jon Moss
2016-08-26
1
-35
/
+8
*
|
Merge pull request #26287 from mechanicles/rails-assertion
Jon Moss
2016-08-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Move `assert_nothing_raised` method to Rails Specific Assertions
Santosh Wadghule
2016-08-26
1
-1
/
+1
|
/
*
Merge pull request #26284 from kamipo/fix_warnig
Guillermo Iguaran
2016-08-25
1
-1
/
+1
|
\
|
*
Fix "warning: assigned but unused variable - task"
Ryuta Kamizono
2016-08-26
1
-1
/
+1
|
/
*
Fix typo in the hook name
Rafael Mendonça França
2016-08-25
1
-1
/
+1
*
Add load hooks to all tests classes
Rafael Mendonça França
2016-08-25
4
-0
/
+5
*
kick different instrumentation method
Aaron Patterson
2016-08-24
1
-8
/
+12
*
remove useless freeze
Aaron Patterson
2016-08-24
1
-1
/
+1
*
Simplify cache hit logging
Aaron Patterson
2016-08-24
2
-5
/
+5
*
Merge pull request #26271 from jcoleman/fix-unnecessary-query-cache-busting-test
Guillermo Iguaran
2016-08-24
1
-0
/
+20
|
\
|
*
Test that AR query cache isn't busted when types are not same object
James Coleman
2016-08-24
1
-0
/
+20
*
|
Merge pull request #26235 from samphippen/allow-early-setting-of-integration-...
Sean Griffin
2016-08-24
2
-1
/
+23
|
\
\
|
|
/
|
/
|
|
*
Move setting of integration session to constructor.
Sam Phippen
2016-08-21
1
-1
/
+5
|
*
Allow the `integration_sesion` to be set early on ActionDispatch::Integration...
Sam Phippen
2016-08-20
2
-1
/
+19
*
|
Merge pull request #26267 from riseshia/patch-1
Rafael França
2016-08-23
1
-2
/
+2
|
\
\
|
*
|
Rename the title of comand_line.md in index
Shia
2016-08-24
1
-2
/
+2
*
|
|
Merge pull request #26182 from bogdan/remove-relation-metaprogramming
Rafael França
2016-08-23
4
-94
/
+59
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove over meta programming in AR::Relation
Bogdan Gusiev
2016-08-23
4
-94
/
+59
*
|
|
Merge pull request #26258 from kamipo/remove_unnecessary_format_string
Rafael França
2016-08-23
1
-15
/
+2
|
\
\
\
|
*
|
|
Remove unnecessary `format_string`
Ryuta Kamizono
2016-08-23
1
-15
/
+2
*
|
|
|
Merge pull request #26259 from riseshia/patch-1
Rafael França
2016-08-23
1
-12
/
+6
|
\
\
\
\
|
*
|
|
|
update `is renamed` to `tasks are renamed`
Shia
2016-08-23
1
-1
/
+1
|
*
|
|
|
Remove Duplicated information & fix typo...
Shia
2016-08-23
1
-12
/
+6
|
|
/
/
/
*
|
|
|
Merge pull request #26265 from ipmsteven/fixwording
Rafael França
2016-08-23
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
yl - remove extra …
yunlei
2016-08-23
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #26228 from kamipo/remove_unnecessary_any_and_many
Rafael França
2016-08-23
2
-28
/
+12
|
\
\
\
|
*
|
|
Remove unnecessary `any?` and `many?` methods for collection proxy
Ryuta Kamizono
2016-08-19
2
-28
/
+12
*
|
|
|
Merge pull request #26254 from badosu/improve-tag-option
Rafael França
2016-08-23
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Improve TagHelper#tag_option performance
Amadeus Folego
2016-08-22
1
-2
/
+2
*
|
|
|
|
Merge pull request #26205 from pedaling-corp/fix/active-job-resque
Rafael Mendonça França
2016-08-23
3
-2
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
Added instance variable `@queue` to JobWrapper.
InJung Chung
2016-08-19
3
-0
/
+16
*
|
|
|
|
|
Merge pull request #26253 from kamipo/fix_ci_failure
Rafael França
2016-08-23
1
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix CI failure caused by df84e9867219e9311aef6f4efd5dd9ec675bee5c
Ryuta Kamizono
2016-08-23
1
-2
/
+2
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #26231 from philipqnguyen/scoped-dependent-destroy
Jon Moss
2016-08-22
1
-0
/
+6
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Doc on scoped has_many, dependent: :destroy
Philip Nguyen
2016-08-22
1
-0
/
+6
|
|
|
/
/
/
|
|
/
|
|
|
[next]