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
*
Uppercase HTML in docs.
Hendy Tanata
2014-08-08
14
-37
/
+37
*
[ci skip] Document ActionDispatch::Static
schneems
2014-08-05
1
-0
/
+9
*
[ci skip] document ActionDispatch::FileHandler
schneems
2014-08-05
1
-0
/
+10
*
[ci skip] Document PublicExceptions middleware
schneems
2014-08-05
1
-0
/
+10
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-08-02
4
-30
/
+11
|
\
|
*
copy edits[ci skip]
Vijay Dev
2014-08-02
1
-3
/
+1
|
*
[ci skip] Normalize all localhost linking.
Juanito Fatas
2014-07-20
1
-2
/
+2
|
*
Performed Returns true if redirect/render has happened
Gaurish Sharma
2014-07-19
1
-1
/
+4
|
*
[ci skip] Remove duplicated last! section.
Juanito Fatas
2014-07-16
1
-17
/
+0
|
*
[ci skip] Use appropriate mailer syntax.
Juanito Fatas
2014-07-16
1
-3
/
+3
|
*
Add link to minitest rdoc & github
Gaurish Sharma
2014-07-13
1
-1
/
+3
*
|
just set the host, no need for another hash allocation / merge!
Aaron Patterson
2014-08-01
1
-1
/
+1
*
|
always return a string from find_script_name
Aaron Patterson
2014-08-01
2
-7
/
+9
*
|
Rename tests too
Rafael Mendonça França
2014-08-01
1
-2
/
+2
*
|
Rename Object#self to Object#itself to have parity with matz sanctioned metho...
David Heinemeier Hansson
2014-08-01
4
-6
/
+6
*
|
Added Object#self which returns the object itself
David Heinemeier Hansson
2014-08-01
4
-0
/
+26
*
|
Use available method rather than macro name checking
Carlos Antonio da Silva
2014-07-31
1
-1
/
+1
*
|
Rename method for clarity
Carlos Antonio da Silva
2014-07-31
1
-3
/
+3
*
|
use `get` instead of accessing the named routes internals
Aaron Patterson
2014-07-31
1
-1
/
+1
*
|
Merge pull request #16363 from arthurnn/null_transaction
Rafael Mendonça França
2014-07-31
2
-70
/
+67
|
\
\
|
*
|
Replace ClosedTransaction with NullTransaction
Arthur Neves
2014-07-31
2
-8
/
+5
|
*
|
Move TransactionManager to bottom of class
Arthur Neves
2014-07-31
1
-67
/
+67
|
/
/
*
|
Merge pull request #16341 from arthurnn/transactions_remove_begin
Rafael Mendonça França
2014-07-31
2
-56
/
+20
|
\
\
|
*
|
Make ClosedTransaction a null object
Arthur Neves
2014-07-31
1
-16
/
+6
|
*
|
Remove parent on Transaction object
Arthur Neves
2014-07-31
1
-16
/
+9
|
*
|
Remove being/number methods from transaction class
Arthur Neves
2014-07-31
2
-29
/
+10
*
|
|
invert check so we fail faster
Aaron Patterson
2014-07-31
1
-1
/
+1
*
|
|
do a hash lookup for collision detection
Aaron Patterson
2014-07-31
2
-1
/
+5
*
|
|
Merge pull request #16350 from JackDanger/test-rake-db-migrate-task
Rafael Mendonça França
2014-07-31
3
-4
/
+24
|
\
\
\
|
*
|
|
Add ActiveRecord::Tasks::DatabaseTasks.migrate
Jack Danger Canty
2014-07-31
3
-4
/
+24
*
|
|
|
Merge pull request #16361 from JackDanger/clearer-connection-pool-documentation
Rafael Mendonça França
2014-07-31
1
-15
/
+36
|
\
\
\
\
|
*
|
|
|
Clarify how the ConnectionHandler works
Jack Danger Canty
2014-07-31
1
-15
/
+36
*
|
|
|
|
Merge pull request #16353 from eileencodes/refactor-join_keys-usage-in-reflec...
Rafael Mendonça França
2014-07-31
2
-29
/
+29
|
\
\
\
\
\
|
*
|
|
|
|
Refactor join_keys to remove complex conditionals
eileencodes
2014-07-31
2
-29
/
+29
*
|
|
|
|
|
Realign assignments :scissors:
Carlos Antonio da Silva
2014-07-31
1
-5
/
+5
*
|
|
|
|
|
Do not reassign variable when mutation is happening
Carlos Antonio da Silva
2014-07-31
1
-8
/
+5
*
|
|
|
|
|
Only concatenate path if it was given rather than converting blindly
Carlos Antonio da Silva
2014-07-31
1
-1
/
+1
*
|
|
|
|
|
Rename variable to better show its intent
Carlos Antonio da Silva
2014-07-31
1
-12
/
+12
*
|
|
|
|
|
Simplify conditional
Carlos Antonio da Silva
2014-07-31
1
-3
/
+2
*
|
|
|
|
|
Push options check up so we can simplify internal methods
Carlos Antonio da Silva
2014-07-31
1
-13
/
+10
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #16351 from eileencodes/finish-refactoring-macro-to-elimin...
Rafael Mendonça França
2014-07-31
3
-11
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
Redefine macro checks for reflections
eileencodes
2014-07-30
3
-11
/
+9
*
|
|
|
|
|
Simplify code branch, remove #tap
Carlos Antonio da Silva
2014-07-31
1
-7
/
+6
*
|
|
|
|
|
Avoid a new hash object
Carlos Antonio da Silva
2014-07-31
1
-1
/
+1
*
|
|
|
|
|
Fix assertion arguments order
Carlos Antonio da Silva
2014-07-31
1
-1
/
+1
*
|
|
|
|
|
Avoid creating an extra hash
Carlos Antonio da Silva
2014-07-31
1
-2
/
+2
*
|
|
|
|
|
Remove unnecessary call to #tap
Carlos Antonio da Silva
2014-07-31
1
-5
/
+3
*
|
|
|
|
|
Merge pull request #16356 from gchan/add-hwia-tests
Yves Senn
2014-07-31
1
-0
/
+12
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add tests to ensure default proc is used when `HashWithIndifferentAccess' is ...
Gordon Chan
2014-07-31
1
-0
/
+12
*
|
|
|
|
|
|
Merge pull request #16355 from xaviershay/validate-in-groups-of-args
Aaron Patterson
2014-07-30
2
-0
/
+11
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
[next]