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
...
|
*
|
|
|
|
Do not add format key to request_params
Jorge Bejar
2015-12-09
3
-18
/
+11
|
*
|
|
|
|
Adjust comment in development.rb template file for app generator
Jorge Bejar
2015-12-09
1
-3
/
+0
|
*
|
|
|
|
Update Changelog with the added response_format option in AD::DebugExceptions
Jorge Bejar
2015-12-09
2
-0
/
+19
|
*
|
|
|
|
debug_exception_response_format needs to be writeable in Configuration
Jorge Bejar
2015-12-09
1
-2
/
+2
|
*
|
|
|
|
Fix indent in generated Rails API env file
Jorge Bejar
2015-12-09
1
-6
/
+6
|
*
|
|
|
|
Mention the debug_exception_response_format config in guides
Jorge Bejar
2015-12-09
1
-0
/
+8
|
*
|
|
|
|
DebugException initialize with a response_format value
Jorge Bejar
2015-12-09
3
-9
/
+10
|
*
|
|
|
|
Add debug_exception_response_format config to configure DebugException
Jorge Bejar
2015-12-09
3
-30
/
+43
|
*
|
|
|
|
Better name for method in DebugExceptions middleware
Jorge Bejar
2015-12-09
1
-2
/
+2
|
*
|
|
|
|
Improve regexp in AC::Http::Parameters
Jorge Bejar
2015-12-09
1
-1
/
+1
|
*
|
|
|
|
Minor cleanup in AD::DebugExceptions
Jorge Bejar
2015-12-09
1
-6
/
+9
|
*
|
|
|
|
Remove unneeded args in AD::DebugExceptions
Jorge Bejar
2015-12-09
1
-1
/
+0
|
*
|
|
|
|
New hash syntax in AD::DebugExceptions
Jorge Bejar
2015-12-09
1
-4
/
+4
|
*
|
|
|
|
Fix some edge cases in AD::DebugExceptions in rails api apps
Jorge Bejar
2015-12-09
2
-52
/
+126
|
*
|
|
|
|
Do not include web-console in Rails API apps
Jorge Bejar
2015-12-09
1
-0
/
+2
|
*
|
|
|
|
Response when error should be formatted properly in Rails API if local request
Jorge Bejar
2015-12-09
6
-10
/
+44
|
*
|
|
|
|
Use URL path extension as format in bad params exception handling
Jorge Bejar
2015-12-08
2
-3
/
+32
|
|
/
/
/
/
*
|
|
|
|
Fix `make_response!` when called by `serve` in `RouteSet`
eileencodes
2015-12-09
2
-6
/
+40
*
|
|
|
|
renames AS::FileEventedUpdateChecker to AS::EventedFileUpdateChecker
Xavier Noria
2015-12-09
3
-6
/
+6
|
/
/
/
/
*
|
|
|
Merge pull request #22248 from arekf/issue-22232
Kasper Timm Hansen
2015-12-07
2
-1
/
+10
|
\
\
\
\
|
*
|
|
|
Fix #22232: rake test tasks exit status code
Arkadiusz Fal
2015-12-07
2
-1
/
+10
|
/
/
/
/
*
|
|
|
Clarify the need to run command twice.
Kasper Timm Hansen
2015-12-07
1
-2
/
+2
*
|
|
|
Change the `protect_from_forgery` prepend default to `false`
eileencodes
2015-12-07
3
-9
/
+32
*
|
|
|
Merge pull request #22508 from y-yagi/remove_request_forgery_protection_from_...
Santiago Pastorino
2015-12-07
2
-0
/
+2
|
\
\
\
\
|
*
|
|
|
remove `request_forgery_protection` initializer from rails api
yuuji.yaginuma
2015-12-06
2
-0
/
+2
*
|
|
|
|
Merge pull request #22475 from claudiob/missing-require
Matthew Draper
2015-12-08
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Add missing require to strong_parameters.rb
claudiob
2015-12-04
1
-0
/
+1
*
|
|
|
|
|
Merge pull request #22523 from Elektron1c97/master
Rafael França
2015-12-07
1
-4
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Typo correction
Yves Siegrist
2015-12-07
1
-4
/
+4
*
|
|
|
|
|
|
Merge pull request #22517 from Elektron1c97/master
Rafael França
2015-12-07
7
-13
/
+7
|
\
|
|
|
|
|
|
|
*
|
|
|
|
|
[ci skip] Add a dollar sign to each command in the READMEs
Elektron1c97
2015-12-06
7
-13
/
+7
|
|
/
/
/
/
/
*
|
|
|
|
|
Make sure we touch all the parents when touch_later.
Arthur Neves
2015-12-06
4
-8
/
+17
*
|
|
|
|
|
Only commit the cookie jar if it hasn't been committed
eileencodes
2015-12-06
1
-1
/
+1
*
|
|
|
|
|
Stop violating law of demeter in response cookie_jar
eileencodes
2015-12-06
3
-1
/
+10
*
|
|
|
|
|
Push `before_sending` to super class
eileencodes
2015-12-06
10
-11
/
+17
*
|
|
|
|
|
Merge pull request #22516 from gsamokovarov/after-create-update-destroy-commit
David Heinemeier Hansson
2015-12-06
4
-6
/
+63
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Introduce after_{create,update,delete}_commit callbacks
Genadi Samokovarov
2015-12-06
4
-6
/
+63
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #22428 from thedarkone/subs-notif
Eileen M. Uchitelle
2015-12-06
3
-4
/
+24
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Subscribing to notifications while inside the said instrumented section.
thedarkone
2015-11-28
3
-4
/
+24
*
|
|
|
|
|
|
Merge pull request #22453 from wjessop/use_action_dispatch_default_tld_length
Eileen M. Uchitelle
2015-12-06
1
-26
/
+30
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Test against the real value of tld_length unless explicitly set
Will Jessop
2015-12-04
1
-26
/
+30
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #22480 from keepcosmos/add-translate-test
Eileen M. Uchitelle
2015-12-06
1
-0
/
+5
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
add test for nested model translation
keepcosmos
2015-12-03
1
-0
/
+5
*
|
|
|
|
|
|
|
Ditch `Commands` namespace for base command.
Kasper Timm Hansen
2015-12-06
4
-83
/
+78
*
|
|
|
|
|
|
|
Invert command and commands tasks reference.
Kasper Timm Hansen
2015-12-06
3
-10
/
+14
*
|
|
|
|
|
|
|
Remove "run with rake" suggestion.
Kasper Timm Hansen
2015-12-06
1
-22
/
+0
*
|
|
|
|
|
|
|
Add class level `run` to Rails command.
Kasper Timm Hansen
2015-12-06
2
-22
/
+15
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #19977 from prathamesh-sonpatki/mention-redirect-path-in-a...
Arthur Nogueira Neves
2015-12-05
2
-1
/
+31
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Add redirection path in the error message of assert_response if response is :...
Prathamesh Sonpatki
2015-12-04
2
-1
/
+31
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Replace `-> {}` with a proc.
Kasper Timm Hansen
2015-12-05
1
-1
/
+1
[prev]
[next]