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
...
*
|
|
|
Eagerly cast array values passed to the predicate builder
Sean Griffin
2014-12-26
2
-3
/
+12
*
|
|
|
Eagerly cast range values in the predicate builder
Sean Griffin
2014-12-26
2
-1
/
+25
*
|
|
|
Perform casting of single values within the predicate builder
Sean Griffin
2014-12-26
6
-7
/
+38
*
|
|
|
Remove `klass` and `arel_table` as a dependency of `PredicateBuilder`
Sean Griffin
2014-12-26
8
-31
/
+72
*
|
|
|
Fix new warning in ruby 2.2
Sean Griffin
2014-12-26
1
-2
/
+2
*
|
|
|
Refactor association handling in `PredicateBuilder`
Sean Griffin
2014-12-26
2
-21
/
+61
*
|
|
|
Re-use the predicate builder in the `ArrayHandler`
Sean Griffin
2014-12-26
2
-8
/
+16
*
|
|
|
Change `PredicateBuilder` handler methods to instance methods
Sean Griffin
2014-12-26
6
-31
/
+74
*
|
|
|
Add missing `:nodoc:`
Sean Griffin
2014-12-26
1
-1
/
+1
*
|
|
|
Inject the `PredicateBuilder` into the `Relation` instance
Sean Griffin
2014-12-26
12
-43
/
+52
*
|
|
|
Remove unused `@relation` instance variable
Sean Griffin
2014-12-26
1
-2
/
+0
*
|
|
|
Merge branch 'brainopia-remember_frozen_state_in_transaction'
Sean Griffin
2014-12-26
2
-7
/
+20
|
\
\
\
\
|
*
|
|
|
Propagate frozen state during transaction changes
brainopia
2014-12-26
2
-7
/
+19
|
/
/
/
/
*
/
/
/
Correctly ignore `case_sensitive` for UUID uniqueness validation
Sean Griffin
2014-12-26
6
-2
/
+31
|
/
/
/
*
|
|
Update guides regarding the extension changes
Robin Dupret
2014-12-26
3
-18
/
+18
*
|
|
Merge pull request #18206 from kamipo/dump_default_nil_for_postgresql_uuid_pr...
Yves Senn
2014-12-26
3
-1
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Dump the default `nil` for PostgreSQL UUID primary key.
Ryuta Kamizono
2014-12-26
3
-1
/
+11
|
/
/
*
|
Merge pull request #18205 from vipulnsward/fix-railties-warning
Guillermo Iguaran
2014-12-26
1
-3
/
+3
|
\
\
|
*
|
- Changed `paths` to `routing_paths` to avoid warning `possible reference to ...
Vipul A M
2014-12-26
1
-3
/
+3
|
/
/
*
|
Merge pull request #18197 from vipulnsward/fix-ar-2-2warning
Guillermo Iguaran
2014-12-26
1
-2
/
+2
|
\
\
|
*
|
- Changed `target` to `target_reflection` to avoid warning `possible referenc...
Vipul A M
2014-12-25
1
-2
/
+2
*
|
|
Merge pull request #18203 from kyledecot/ruby-2.2
Guillermo Iguaran
2014-12-26
1
-1
/
+1
|
\
\
\
|
*
|
|
targeting 2.2
Kyle Decot
2014-12-25
1
-1
/
+1
*
|
|
|
Merge pull request #18204 from chocoby/remove-double-space
Guillermo Iguaran
2014-12-26
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Remove unnecessary double space
Kenta Okamoto
2014-12-26
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #18194 from claudiob/remove-action-controller-model-naming
Guillermo Iguaran
2014-12-25
2
-16
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove ActionController::ModelNaming
claudiob
2014-12-25
2
-16
/
+0
*
|
|
|
Add example to get Errored test to pass in Testing guide [ci skip]
Zachary Scott
2014-12-25
1
-0
/
+13
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #18196 from PavelPenkov/rails_env_instead_of_rails
Matthew Draper
2014-12-26
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Check for Rails.env instead of Rails
Pavel Penkov
2014-12-25
1
-1
/
+1
|
/
/
*
|
Merge pull request #18185 from ivalkeen/add_missing_guides
Zachary Scott
2014-12-24
1
-0
/
+5
|
\
\
|
*
|
List the Active Support Instrumentation guide in the index (as WIP)
Ivan Tkalin
2014-12-24
1
-0
/
+5
*
|
|
Correct grammar to fix #18182 [ci skip]
Zachary Scott
2014-12-24
1
-1
/
+1
*
|
|
Merge pull request #18190 from ef718/master
Zachary Scott
2014-12-24
1
-1
/
+1
|
\
\
\
|
*
|
|
Update grammar [ci skip]
Elaine Fang
2014-12-24
1
-1
/
+1
|
|
/
/
*
/
/
Fix a few typos [ci skip]
Robin Dupret
2014-12-24
2
-5
/
+6
|
/
/
*
|
Merge pull request #18183 from danbernier/master
Arun Agrawal
2014-12-24
1
-1
/
+1
|
\
\
|
*
|
Fix bug in ActionMailer guide.
Dan Bernier
2014-12-24
1
-1
/
+1
|
/
/
*
|
Merge pull request #18107 from mkdynamic/add-reply-to-mail-to
Sean Griffin
2014-12-24
2
-4
/
+5
|
\
\
|
*
|
Add support for Reply-To field in mail_to helper
Mark Dodwell
2014-12-20
2
-4
/
+5
*
|
|
Merge pull request #18180 from vipulnsward/remove-unnecessary-name-passing
Sean Griffin
2014-12-24
1
-4
/
+4
|
\
\
\
|
*
|
|
- Removed unused parameter to cookie serialize method and fixed usage of the ...
Vipul A M
2014-12-24
1
-4
/
+4
|
/
/
/
*
|
|
Merge pull request #18159 from M7/docs-active_record-update_query_method_docs...
Sean Griffin
2014-12-23
1
-1
/
+1
|
\
\
\
|
*
|
|
Clarify that query methods have a custom definition of whether a numeric valu...
Michael D.W. Prendergast
2014-12-23
1
-2
/
+2
|
*
|
|
Clarify that the word present refers to Object#present?. [ci skip]
Michael D.W. Prendergast
2014-12-23
1
-36
/
+2
|
*
|
|
Update Active Record's attribute query methods documentation to describe its ...
Michael D.W. Prendergast
2014-12-22
1
-2
/
+36
*
|
|
|
removes superfluous regexp group
Xavier Noria
2014-12-23
1
-1
/
+1
*
|
|
|
warn about reading guides in GitHub
Xavier Noria
2014-12-23
48
-0
/
+96
*
|
|
|
third test to warn against reading guides in GitHub
Xavier Noria
2014-12-23
2
-2
/
+2
*
|
|
|
second test to warn against reading guides in GitHub
Xavier Noria
2014-12-23
2
-3
/
+2
[prev]
[next]