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
*
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
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #21559 from claudiob/timestamp-doc
Claudio B.
2015-09-08
1
-5
/
+12
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix docs of AR::Timestamp to match #15726
claudiob
2015-09-08
1
-5
/
+12
|
/
/
/
/
/
/
*
|
|
|
|
|
ensure that mutating headers will impact the content_type method
Aaron Patterson
2015-09-08
1
-0
/
+5
*
|
|
|
|
|
mime_type will always return a string
Aaron Patterson
2015-09-08
1
-2
/
+1
*
|
|
|
|
|
remove `parse_content_type` parameter
Aaron Patterson
2015-09-08
1
-6
/
+7
*
|
|
|
|
|
avoid allocations when there is no content type set
Aaron Patterson
2015-09-08
1
-1
/
+2
*
|
|
|
|
|
handle implicit rendering correctly
Aaron Patterson
2015-09-08
1
-3
/
+4
*
|
|
|
|
|
remove mime type lookups when parsing the content type
Aaron Patterson
2015-09-08
1
-5
/
+5
*
|
|
|
|
|
refactor content type setting
Aaron Patterson
2015-09-08
1
-44
/
+39
*
|
|
|
|
|
make Content-Type header the canonical location for content-type info
Aaron Patterson
2015-09-08
1
-34
/
+50
*
|
|
|
|
|
pull content type parsing in to a method
Aaron Patterson
2015-09-08
1
-7
/
+15
*
|
|
|
|
|
ensure that content type defaults to text / html when setting charset
Aaron Patterson
2015-09-08
1
-0
/
+7
*
|
|
|
|
|
push content_type assigment in to metal
Aaron Patterson
2015-09-08
3
-9
/
+11
*
|
|
|
|
|
avoid useless string allocations
Aaron Patterson
2015-09-08
2
-2
/
+1
*
|
|
|
|
|
use accessors instead of manipulating the hash
Aaron Patterson
2015-09-08
1
-2
/
+2
*
|
|
|
|
|
Merge pull request #21518 from codebaker95/activejob_logging_fix
Kasper Timm Hansen
2015-09-08
2
-1
/
+23
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Properly log nested parameters to Active Job
Marek Pieczyk
2015-09-08
2
-1
/
+23
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #21556 from artofhuman/master
Rafael Mendonça França
2015-09-08
1
-4
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix typo in activemodel changelog
Semyon Pupkov
2015-09-08
1
-4
/
+4
*
|
|
|
|
|
|
Push key_generator into SerializedCookieJars
Kasper Timm Hansen
2015-09-08
1
-4
/
+4
*
|
|
|
|
|
|
Move the request method in to the AbstractCookieJar
Kasper Timm Hansen
2015-09-08
1
-4
/
+3
*
|
|
|
|
|
|
Pull up parse to the legacy upgrading module
Kasper Timm Hansen
2015-09-08
1
-10
/
+5
*
|
|
|
|
|
|
Call super to remove the decrypt_and_verify method
Kasper Timm Hansen
2015-09-08
1
-8
/
+4
*
|
|
|
|
|
|
Call super to remove the verify method
Kasper Timm Hansen
2015-09-08
1
-8
/
+2
*
|
|
|
|
|
|
Add parse method to share deserialization logic.
Kasper Timm Hansen
2015-09-08
1
-19
/
+12
*
|
|
|
|
|
|
Add commit in the EncryptedCookieJar
Kasper Timm Hansen
2015-09-08
1
-17
/
+7
*
|
|
|
|
|
|
Use commit in the SignedCookieJar
Kasper Timm Hansen
2015-09-08
1
-15
/
+6
*
|
|
|
|
|
|
Add commit method to share option normalization
Kasper Timm Hansen
2015-09-08
1
-4
/
+12
*
|
|
|
|
|
|
Add AbstractCookieJar class.
Kasper Timm Hansen
2015-09-08
1
-1
/
+3
|
/
/
/
/
/
/
[next]