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
...
|
*
|
|
|
|
|
Blanket unsubscribe doesn't appear to be used
Matthew Draper
2016-01-18
1
-6
/
+2
|
*
|
|
|
|
|
Don't execute callbacks on our main listener thread
Matthew Draper
2016-01-18
1
-1
/
+1
|
*
|
|
|
|
|
Pull the action methods directly onto the adapter
Matthew Draper
2016-01-18
8
-56
/
+51
|
*
|
|
|
|
|
Add Postgres adapter
Jon Moss
2016-01-18
3
-0
/
+111
|
*
|
|
|
|
|
Refactor storage_adapter
Jon Moss
2016-01-18
1
-11
/
+3
|
*
|
|
|
|
|
Adapterize ActionCable storage and extract behavior
Jon Moss
2016-01-18
17
-50
/
+173
*
|
|
|
|
|
|
Merge pull request #23111 from prathamesh-sonpatki/fix-changelog
Rafael França
2016-01-20
1
-1
/
+5
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Update CHANEGLOG for https://github.com/rails/rails/pull/20005 [ci skip]
Prathamesh Sonpatki
2016-01-20
1
-1
/
+5
|
/
/
/
/
/
/
*
|
|
|
|
|
Revert "Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipp...
schneems
2016-01-19
2
-2
/
+2
*
|
|
|
|
|
Add `ModelSchema::type_for_attribute` to the public API
Sean Griffin
2016-01-19
1
-1
/
+12
*
|
|
|
|
|
Merge pull request #23120 from vipulnsward/always-set-vary-for-static-assets
Richard Schneeman
2016-01-19
2
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipped versi...
Vipul A M
2016-01-19
2
-2
/
+2
*
|
|
|
|
|
|
Merge pull request #23125 from Gaurav2728/update_puma_as_webserver
Rafael França
2016-01-19
4
-17
/
+14
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
[ci skip] update guide for Puma web server instead of Webrick
Gaurav Sharma
2016-01-20
4
-17
/
+14
*
|
|
|
|
|
|
|
Merge pull request #23124 from vipulnsward/rake-rails
Yves Senn
2016-01-19
3
-5
/
+5
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
- Changed from bin/rake to bin/rails at more application places.
Vipul A M
2016-01-20
3
-5
/
+5
|
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge pull request #23123 from schneems/schneems/strong_params_method_missing
Richard Schneeman
2016-01-19
2
-1
/
+32
|
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Link to docs instead of listing methods
schneems
2016-01-19
1
-5
/
+7
|
*
|
|
|
|
|
|
Add methods to StrongParameters
schneems
2016-01-19
2
-2
/
+9
|
*
|
|
|
|
|
|
[close #23084] Deprecated StrongParameters
schneems
2016-01-19
2
-0
/
+22
*
|
|
|
|
|
|
|
Merge pull request #23119 from Gaurav2728/update_guide_to_bin_rails_command
Jon Moss
2016-01-19
6
-37
/
+37
|
\
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
use bin/rails default instead of rake commands [ci skip]
Gaurav Sharma
2016-01-19
6
-37
/
+37
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #23122 from vipulnsward/guides-revamp
David Heinemeier Hansson
2016-01-19
2
-14
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
- Remove dead links and take users to just the home page instead
Vipul A M
2016-01-19
2
-14
/
+1
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #23121 from prathamesh-sonpatki/fix-tests
Yves Senn
2016-01-19
1
-4
/
+5
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Fix test failure on PostgreSQL by sorting the result before comparison
Prathamesh Sonpatki
2016-01-19
1
-4
/
+5
|
/
/
/
/
/
/
*
|
|
|
|
|
run `type` column through attribtues API type casting.
Yves Senn
2016-01-19
3
-0
/
+84
*
|
|
|
|
|
Merge pull request #23117 from vipulnsward/22297-ar-exception-raise
Abdelkader Boudih
2016-01-19
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Mention that halting chain does not re-raise `ActiveRecord::RecordInvalid` e...
Vipul A M
2016-01-19
1
-1
/
+1
*
|
|
|
|
|
|
Merge pull request #23116 from vipulnsward/22648-html-safe-text
प्रथमेश Sonpatki
2016-01-19
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Make text about render :html option clearer to state, text will get escaped i...
Vipul A M
2016-01-19
1
-1
/
+1
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #23114 from y-yagi/refer_to_rails_command_instead_of_rake_...
Kasper Timm Hansen
2016-01-19
1
-2
/
+2
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
refer to rails command instead of rake in environment error
yuuji.yaginuma
2016-01-19
1
-2
/
+2
*
|
|
|
|
|
|
Merge pull request #23112 from prathamesh-sonpatki/association-guides-fixes
Kasper Timm Hansen
2016-01-19
1
-6
/
+6
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fix discrepancies in associations guide [ci skip]
Prathamesh Sonpatki
2016-01-19
1
-6
/
+6
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #23110 from amitsuroliya/application_record
प्रथमेश Sonpatki
2016-01-19
1
-2
/
+2
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
`ApplicationRecord` instead of `ActiveRecord::Base` in Association Guides [c...
amitkumarsuroliya
2016-01-19
1
-2
/
+2
|
/
/
/
/
/
/
*
|
|
|
|
|
Remove incomplete filter runs all tests in plugins.
Kasper Timm Hansen
2016-01-18
1
-8
/
+0
*
|
|
|
|
|
Don't run all tests when files end in a colon.
Kasper Timm Hansen
2016-01-18
2
-9
/
+1
*
|
|
|
|
|
Merge pull request #23099 from vipulnsward/change_start_at_end_at
Kasper Timm Hansen
2016-01-18
5
-92
/
+56
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Changed options for find_each and variants to have options start/finish inste...
Vipul A M
2016-01-18
5
-92
/
+56
*
|
|
|
|
|
|
Merge pull request #23006 from Edouard-chin/code_statistic_ignore_hidde_files
Kasper Timm Hansen
2016-01-18
2
-2
/
+15
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
CodeStatistic will now ignore hidden files:
Edouard CHIN
2016-01-18
2
-2
/
+15
*
|
|
|
|
|
|
Merge pull request #21555 from amitsuroliya/associated_basics
Jon Moss
2016-01-18
3
-230
/
+230
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Association Guide replaces Order as example with Author-Book Example [ci skip]
amitkumarsuroliya
2016-01-18
3
-230
/
+230
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #22705 from RochesterinNYC/add-order-explanation-to-first-...
Jon Moss
2016-01-18
1
-2
/
+28
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Add clarification about `first` and `last` behavior when using `order` [ci skip]
James Wen
2015-12-20
1
-2
/
+28
*
|
|
|
|
|
|
Merge pull request #23088 from prathamesh-sonpatki/update-gemfile-lock
Santiago Pastorino
2016-01-18
1
-2
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Checked in changes to Gemfile.lock on latest master
Prathamesh Sonpatki
2016-01-17
1
-2
/
+1
*
|
|
|
|
|
|
|
Merge pull request #22394 from j-dexx/update_association_basics_guide
Jon Moss
2016-01-18
1
-3
/
+13
|
\
\
\
\
\
\
\
\
[prev]
[next]