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
*
Merge pull request #16671 from cristianbica/aj-raise-serialization-error
Matthew Draper
2014-08-25
2
-5
/
+16
|
\
|
*
Raise ActiveJob::SerializationError when cannot serialize job arguments
Cristian Bica
2014-08-24
2
-5
/
+16
|
/
*
Merge pull request #16667 from JuanitoFatas/patch/anchor-generation
Godfrey Chan
2014-08-24
1
-1
/
+6
|
\
|
*
Fix guide anchor generation logic.
Juanito Fatas
2014-08-24
1
-1
/
+6
*
|
CHANGELOG & improvements to #16649
Godfrey Chan
2014-08-23
2
-2
/
+9
*
|
Merge pull request #16649 from Agis-/pg-columns-for-distinct
Godfrey Chan
2014-08-23
2
-1
/
+10
|
\
\
|
|
/
|
/
|
|
*
Don't trim excess whitespace in pg #columns_for_distinct
Agis-
2014-08-24
2
-1
/
+10
|
/
*
Merge pull request #16659 from y-yagi/patch-4
Vijay Dev
2014-08-23
1
-1
/
+1
|
\
|
*
Fix example code in Active Job guide [ci skip]
yuuji.yaginuma
2014-08-23
1
-1
/
+1
|
/
*
Merge pull request #16655 from brocktimus/20140823_doco_change
Zachary Scott
2014-08-23
1
-1
/
+1
|
\
|
*
Properly referencing AR::RecordNotFound in AJ guide rescuing example
Brock Trappitt
2014-08-23
1
-1
/
+1
*
|
Merge pull request #16650 from zzak/fix-precision-number_to_rounded_converter
Zachary Scott
2014-08-22
1
-1
/
+1
|
\
\
|
*
|
Use zero-padding for number_to_rounded_converter
Zachary Scott
2014-08-22
1
-1
/
+1
*
|
|
Merge pull request #16647 from tjschuck/form_for_doc_options
Rafael Mendonça França
2014-08-22
1
-1
/
+1
|
\
\
\
|
*
|
|
Remove erroneous form_tag option docs
T.J. Schuck
2014-08-22
1
-1
/
+0
|
*
|
|
Clarify that unknown keys will become HTML attrs
T.J. Schuck
2014-08-22
1
-0
/
+1
|
|
/
/
*
|
|
Merge pull request #16602 from thetron/active_job_que_enqueue_at_support
Rafael Mendonça França
2014-08-22
3
-1
/
+12
|
\
\
\
|
*
|
|
Added enqueue_at support for QueAdapter in ActiveJob
Nicholas Bruning
2014-08-21
3
-1
/
+12
*
|
|
|
Merge pull request #16648 from seuros/master
Rafael Mendonça França
2014-08-22
3
-2
/
+26
|
\
\
\
\
|
*
|
|
|
[ActiveJob] Add hook for test_framework and test templates
Abdelkader Boudih
2014-08-22
3
-2
/
+26
|
/
/
/
/
*
|
|
|
Merge pull request #16598 from seuros/master
Matthew Draper
2014-08-23
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
[ActionMailer] require activejob railtie
Abdelkader Boudih
2014-08-22
1
-0
/
+1
*
|
|
|
|
Merge pull request #15932 from joseluistorres/issue-11957-uuids
Rafael Mendonça França
2014-08-22
3
-1
/
+17
|
\
\
\
\
\
|
*
|
|
|
|
adding the exception RecordNotFound to UUID find
JoseLuis Torres
2014-08-21
3
-1
/
+17
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #16645 from sgrif/sg-perf-regression
Rafael Mendonça França
2014-08-22
1
-8
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
Don't calculate in-place changes twice
Sean Griffin
2014-08-22
1
-8
/
+0
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #16641 from cristianbica/aj-backburner-enqueue-later
Rafael Mendonça França
2014-08-22
2
-5
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
Implemented enqueue_at for ActiveJob's Backburner adapter
Cristian Bica
2014-08-22
2
-5
/
+6
*
|
|
|
|
|
Merge pull request #16642 from cristianbica/aj-doc-queue-name-prefix
Zachary Scott
2014-08-22
1
-2
/
+23
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Active Job guide: Add info about queue_name prefix and clarity supporter feat...
Cristian Bica
2014-08-22
1
-2
/
+23
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #16622 from matthewd/default-debug
Matthew Draper
2014-08-23
2
-3
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
Don't fight against ourselves for the default log level
Matthew Draper
2014-08-22
2
-3
/
+3
*
|
|
|
|
|
Merge pull request #16626 from adomokos/replacing-each-with-reduce
Santiago Pastorino
2014-08-22
1
-3
/
+1
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Using `each_with_object` instead of `reduce`
Attila Domokos
2014-08-22
1
-2
/
+2
|
*
|
|
|
|
Replacing an each with reduce
Attila Domokos
2014-08-21
1
-4
/
+2
*
|
|
|
|
|
Merge pull request #16560 from robin850/rbx-duration-eql
Rafael Mendonça França
2014-08-22
3
-2
/
+16
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Define the Duration#instance_of? method
Robin Dupret
2014-08-18
3
-2
/
+16
*
|
|
|
|
|
|
Merge pull request #16633 from tgxworld/prefer_log_message_through_block
Yves Senn
2014-08-22
1
-4
/
+4
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Pass logging message through block.
Guo Xiang Tan
2014-08-22
1
-4
/
+4
*
|
|
|
|
|
|
|
Merge pull request #16634 from tgxworld/missing_space
Zachary Scott
2014-08-22
1
-1
/
+1
|
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Missing space. [CI SKIP]
Guo Xiang Tan
2014-08-22
1
-1
/
+1
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #11859 from zzak/nested_model_forms_guide
Zachary Scott
2014-08-22
1
-1
/
+4
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
add nested_model_forms to guides/documents.yaml [wip] [ci skip]
Zachary Scott
2014-08-22
1
-1
/
+4
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge branch 'jonatack-patch-8'
Zachary Scott
2014-08-22
1
-2
/
+6
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Follow up on #16408
Jon Atack
2014-08-22
1
-2
/
+6
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
[ci skip] Running AR tests guide [Fixes GH-15891]
Zachary Scott
2014-08-22
1
-2
/
+2
*
|
|
|
|
|
|
Merge pull request #16630 from tomkadwill/added_has_and_belongs_to_many_scope...
Zachary Scott
2014-08-22
1
-0
/
+12
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
[ci skip] Added documentation for has_and_belongs_to_many scope parameter
Tom Kadwill
2014-08-22
1
-0
/
+12
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #16629 from rails/revert-16438-input-placeholder-i18n
Jeremy Kemper
2014-08-21
5
-214
/
+0
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Revert "Add I18n support for `:placeholder` HTML option is passed to form fie...
Jeremy Kemper
2014-08-21
5
-214
/
+0
|
/
/
/
/
/
/
/
[next]