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
*
Eliminate instance level writers for class accessors
Aaron Patterson
2016-01-22
6
-8
/
+9
*
allow :file to be outside rails root, but anything else must be inside the ra...
Aaron Patterson
2016-01-22
9
-16
/
+93
*
Don't short-circuit reject_if proc
Andrew White
2016-01-22
2
-2
/
+25
*
stop caching mime types globally
Aaron Patterson
2016-01-22
1
-2
/
+16
*
use secure string comparisons for basic auth username / password
Aaron Patterson
2016-01-22
2
-1
/
+13
*
Add CHANGELOG headers for Rails 5.0.0.beta1
eileencodes
2015-12-18
10
-0
/
+50
*
Merge pull request #22462 from lxsameer/i18n_html_wrap
Rafael França
2015-12-18
5
-0
/
+32
|
\
|
*
debug_missing_translation configuration added to action_view
Sameer Rahmani
2015-12-18
5
-0
/
+32
*
|
Change `alpha` to `beta1` to prep for release of Rails 5
eileencodes
2015-12-18
12
-43
/
+43
*
|
Add task to test the release preparation
Rafael Mendonça França
2015-12-18
2
-2
/
+5
*
|
Merge pull request #22668 from ryohashimoto/151219_receive
Kasper Timm Hansen
2015-12-18
1
-1
/
+1
|
\
\
|
*
|
Fix `receive` spelling
Ryo Hashimoto
2015-12-19
1
-1
/
+1
*
|
|
Merge pull request #22658 from greysteil/handle-specified-schema-in-index-remove
Matthew Draper
2015-12-19
2
-3
/
+30
|
\
\
\
|
*
|
|
Handle specified schemas when removing a Postgres index
Grey Baker
2015-12-18
2
-3
/
+30
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #22667 from akshay-vishnoi/base_test_case
Rafael França
2015-12-18
1
-0
/
+22
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
[ActionCable] Test invalid action on channel
Akshay Vishnoi
2015-12-18
1
-0
/
+22
*
|
|
Fix `receive` spelling and add whitespace
Kasper Timm Hansen
2015-12-18
1
-3
/
+3
|
/
/
*
|
Merge pull request #22666 from akshay-vishnoi/base_test_case
Rafael França
2015-12-18
1
-1
/
+11
|
\
\
|
*
|
[ActionCable] test perform action with default action
Akshay Vishnoi
2015-12-18
1
-1
/
+11
*
|
|
Fix test that fails in isolation
eileencodes
2015-12-18
1
-0
/
+1
*
|
|
Delete duplicate test
eileencodes
2015-12-18
1
-8
/
+0
*
|
|
Don't need to use `Array.wrap`
Rafael Mendonça França
2015-12-18
2
-2
/
+2
|
/
/
*
|
Merge pull request #22650 from derekprior/dp-actionpack-warnings
Rafael França
2015-12-18
1
-0
/
+5
|
\
\
|
*
|
Fix "instance variable not initialized" in tests
Derek Prior
2015-12-17
1
-0
/
+5
*
|
|
Merge pull request #20797 from byroot/prevent-url-for-ac-parameters
Rafael França
2015-12-18
6
-14
/
+14
|
\
\
\
|
*
|
|
Prevent ActionController::Parameters from being passed to url_for directly
Jean Boussier
2015-12-15
6
-14
/
+14
*
|
|
|
Merge pull request #22660 from y-yagi/add_line_break_between_methods
Rafael França
2015-12-18
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
add line break between method of generated channel js
yuuji.yaginuma
2015-12-18
1
-1
/
+1
*
|
|
|
|
Merge pull request #22665 from akshay-vishnoi/base_test_case
Rafael França
2015-12-18
1
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
[ActionCable] Test available actions on Channel
Akshay Vishnoi
2015-12-18
1
-0
/
+4
*
|
|
|
|
|
Do not check the version anymore
Rafael Mendonça França
2015-12-18
1
-2
/
+2
*
|
|
|
|
|
Merge pull request #22657 from matthewd/loosen-version
Rafael Mendonça França
2015-12-18
4
-3
/
+32
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Allow normal version updates within a release series
Matthew Draper
2015-12-18
4
-3
/
+32
*
|
|
|
|
|
Same gemspec formats everywhere
David Heinemeier Hansson
2015-12-18
2
-2
/
+2
*
|
|
|
|
|
Stray line
David Heinemeier Hansson
2015-12-18
1
-1
/
+2
*
|
|
|
|
|
Simplify
David Heinemeier Hansson
2015-12-18
1
-9
/
+2
*
|
|
|
|
|
Now available in action_cable
David Heinemeier Hansson
2015-12-18
1
-2
/
+2
*
|
|
|
|
|
Refer to rails command instead of rake in a bunch of places
David Heinemeier Hansson
2015-12-18
16
-40
/
+40
*
|
|
|
|
|
Explain reason for eager loading
David Heinemeier Hansson
2015-12-18
1
-0
/
+1
*
|
|
|
|
|
Explain Redis' role in Action Cable
David Heinemeier Hansson
2015-12-18
1
-0
/
+1
*
|
|
|
|
|
[ci skip] Revert most of ff851017
Kasper Timm Hansen
2015-12-18
1
-2
/
+2
*
|
|
|
|
|
Merge pull request #22656 from akshay-vishnoi/fix-typos
Kasper Timm Hansen
2015-12-18
3
-5
/
+5
|
\
\
\
\
\
\
|
*
|
|
|
|
|
[ci skip] Fix grammar
Akshay Vishnoi
2015-12-18
3
-5
/
+5
*
|
|
|
|
|
|
Bring comment in line with rest of initializers
David Heinemeier Hansson
2015-12-18
1
-2
/
+2
*
|
|
|
|
|
|
Explain the concept of config initializers for backwards compatibility
David Heinemeier Hansson
2015-12-18
3
-2
/
+5
*
|
|
|
|
|
|
Fix spacing
David Heinemeier Hansson
2015-12-18
1
-1
/
+1
*
|
|
|
|
|
|
These options are not changed nearly often enough to warrant inclusion like t...
David Heinemeier Hansson
2015-12-18
1
-8
/
+0
*
|
|
|
|
|
|
Better explanation
David Heinemeier Hansson
2015-12-18
1
-2
/
+6
*
|
|
|
|
|
|
Use the rails command, not rake, for all rails commands
David Heinemeier Hansson
2015-12-18
2
-6
/
+6
*
|
|
|
|
|
|
README.md in the app is now used to describe the app itself, not Rails
David Heinemeier Hansson
2015-12-18
1
-1
/
+0
[next]