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 #21617 from lunks/patch-1
Claudio B.
2015-09-13
1
-1
/
+2
|
\
|
*
Fix HSTS default expire in ActionDispatch::SSL docs.
Pedro Nascimento
2015-09-14
1
-1
/
+2
|
/
*
Merge pull request #21611 from amitsuroliya/improve_docs
Xavier Noria
2015-09-13
1
-1
/
+1
|
\
|
*
fix typo intance -> instance in ActionView [ci skip]
amitkumarsuroliya
2015-09-13
1
-1
/
+1
|
/
*
Merge pull request #21591 from kamipo/text_and_blob_limit_is_byte_length
Rafael Mendonça França
2015-09-13
1
-2
/
+2
|
\
|
*
TEXT and BLOB limit is byte length, not character length.
Ryuta Kamizono
2015-09-11
1
-2
/
+2
*
|
Merge pull request #21568 from amitsuroliya/mysql_version_update
Rafael Mendonça França
2015-09-13
8
-12
/
+12
|
\
\
|
*
|
Updated MySQL documentation link to MySQL latest version 5.7 everywhere [ci s...
amitkumarsuroliya
2015-09-10
8
-12
/
+12
*
|
|
Merge pull request #21604 from amitsuroliya/remove_wrong_docs
Rafael Mendonça França
2015-09-12
1
-2
/
+1
|
\
\
\
|
*
|
|
Improving `in_time_zone` docs [ci skip]
amitkumarsuroliya
2015-09-13
1
-2
/
+1
|
/
/
/
*
|
|
Merge pull request #21602 from Eric-Guo/master
Rafael Mendonça França
2015-09-12
2
-29
/
+38
|
\
\
\
|
*
|
|
Ruby 2.2.3 in windows need nokogiri 1.6.7.rc3 as it's the only version having...
Eric Guo
2015-09-12
2
-29
/
+38
*
|
|
|
Merge pull request #21603 from Eric-Guo/dev_edge_common
Yves Senn
2015-09-12
1
-10
/
+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
dev and edge have some common, so factor it out.
Eric Guo
2015-09-13
1
-10
/
+7
|
/
/
/
*
|
|
Merge pull request #21596 from JuanitoFatas/perf/strip-heredoc
Xavier Noria
2015-09-12
1
-2
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Improve String#strip_heredoc
Juanito Fatas
2015-09-12
1
-2
/
+1
|
/
/
*
|
Merge pull request #21585 from lachlanjc/patch-1
Eileen M. Uchitelle
2015-09-10
1
-1
/
+1
|
\
\
|
*
|
Remove RHTML reference in Action Controller docs [ci skip]
Lachlan Campbell
2015-09-10
1
-1
/
+1
|
/
/
*
|
Merge pull request #21584 from claudiob/remove-hawd-doc
Claudio B.
2015-09-10
1
-3
/
+2
|
\
\
|
*
|
Remove wrong doc line about AC::Parameters
claudiob
2015-09-10
1
-3
/
+2
*
|
|
Merge pull request #21575 from y-yagi/description_of_passing_block_to_add_source
Yves Senn
2015-09-10
1
-1
/
+9
|
\
\
\
|
*
|
|
add description of passing a block to `add_source` [ci skip]
yuuji.yaginuma
2015-09-10
1
-1
/
+9
|
/
/
/
*
|
/
Explicitly require AR/attribute where using it
Akira Matsuda
2015-09-10
1
-0
/
+2
|
|
/
|
/
|
*
|
Merge pull request #21567 from y-yagi/fix_inspect_doc
Zachary Scott
2015-09-09
1
-1
/
+1
|
\
\
|
*
|
fix wrong method used in the TimeWithZone#inspect method docs [ci skip]
yuuji.yaginuma
2015-09-10
1
-1
/
+1
*
|
|
Merge pull request #21333 from imtayadeway/ar-querying-docs
Eileen M. Uchitelle
2015-09-09
1
-17
/
+16
|
\
\
\
|
*
|
|
[ci skip] Update MySQL docs reference to latest
Tim Wade
2015-09-09
1
-1
/
+1
|
*
|
|
[ci skip] Improve readability in AR querying guide
Tim Wade
2015-09-09
1
-16
/
+15
*
|
|
|
remove dead code.
Yves Senn
2015-09-09
2
-7
/
+1
*
|
|
|
Update documentation to reflect Rack::Session::Abstract changes
eileencodes
2015-09-09
1
-1
/
+1
*
|
|
|
Handle Content-Types that are not :json, :xml, or :url_encoded_form
eileencodes
2015-09-09
2
-2
/
+30
*
|
|
|
Merge pull request #21486 from bogdan/refactor-has-many-counter-cache
Eileen M. Uchitelle
2015-09-09
4
-71
/
+61
|
\
\
\
\
|
*
|
|
|
HasManyAssociation: moved half of counter cache code to reflection
Bogdan Gusiev
2015-09-03
4
-71
/
+61
*
|
|
|
|
Merge pull request #21529 from rngtng/move-migrations-paths-to-database-task
Yves Senn
2015-09-09
1
-7
/
+7
|
\
\
\
\
\
|
*
|
|
|
|
Use `ActiveRecord::Tasks::DatabaseTasks.migrations_paths` instead of `Migrato...
Tobias Bielohlawek
2015-09-07
1
-9
/
+8
*
|
|
|
|
|
remove dead code.
Yves Senn
2015-09-09
1
-4
/
+0
*
|
|
|
|
|
adjust method visibility according to it's usage.
Yves Senn
2015-09-09
1
-18
/
+18
*
|
|
|
|
|
Don't set the default argument
Rafael Mendonça França
2015-09-09
1
-1
/
+1
*
|
|
|
|
|
Invert the conditional
Rafael Mendonça França
2015-09-09
1
-1
/
+1
*
|
|
|
|
|
Remove dead code
Rafael Mendonça França
2015-09-09
1
-6
/
+0
*
|
|
|
|
|
Revert "Merge pull request #20080 from robertjlooby/fix_overwriting_by_dynami...
Rafael Mendonça França
2015-09-09
3
-24
/
+3
*
|
|
|
|
|
Merge pull request #20080 from robertjlooby/fix_overwriting_by_dynamic_finders
Rafael Mendonça França
2015-09-09
3
-3
/
+24
|
\
\
\
\
\
\
|
*
|
|
|
|
|
put dynamic matchers on the GeneratedAssociationMethods instead of model
Rob Looby
2015-05-08
3
-3
/
+24
*
|
|
|
|
|
|
Merge pull request #21554 from ronakjangir47/added_nodoc
Rafael Mendonça França
2015-09-09
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Added nodoc for `arel` method which returns object of private api. [ci skip]
Ronak Jangir
2015-09-09
1
-1
/
+1
*
|
|
|
|
|
|
|
Merge pull request #20921 from pboling/fix-sql-colors-in-log-subscriber
Rafael Mendonça França
2015-09-09
3
-8
/
+126
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Remove extraneous `then` from case statement
Peter Boling
2015-07-17
2
-14
/
+39
|
*
|
|
|
|
|
|
|
Improve sql logging coloration in `ActiveRecord::LogSubscriber`.
Peter Boling
2015-07-17
4
-8
/
+144
*
|
|
|
|
|
|
|
|
Merge pull request #21560 from ravindrakumawat/american-style
Rafael Mendonça França
2015-09-09
1
-1
/
+1
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Rails documentation use american english.[ci skip]
ravindra kumar kumawat
2015-09-09
1
-1
/
+1
|
/
/
/
/
/
/
/
/
/
[next]