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
*
Merge pull request #5457 from brianmario/typo-fix
Aaron Patterson
2012-03-15
1
-1
/
+1
|
\
|
*
fix typo in redirect test
Brian Lopez
2012-03-15
1
-1
/
+1
|
/
*
Merge pull request #5456 from brianmario/redirect-sanitization
Aaron Patterson
2012-03-15
3
-2
/
+22
|
\
|
*
strip null bytes from Location header as well
Brian Lopez
2012-03-15
3
-2
/
+22
|
/
*
errors should probably be logged as errors
Aaron Patterson
2012-03-15
1
-20
/
+19
*
Merge pull request #5451 from yahonda/address_hstores_failue
Aaron Patterson
2012-03-15
1
-1
/
+1
|
\
|
*
Address the dump file format for hstore
Yasuo Honda
2012-03-15
1
-1
/
+1
|
/
*
Revert "AM::MassAssingmentSecurity: improve performance"
José Valim
2012-03-15
2
-17
/
+19
*
Merge pull request #5437 from kennyj/fix_5430
Aaron Patterson
2012-03-15
2
-1
/
+8
|
\
|
*
Fix GH #5430. A Payload name for schema_search_path should be SCHEMA.
kennyj
2012-03-15
2
-1
/
+8
*
|
Merge pull request #5337 from mreinsch/static_invalid_byte_sequence
Aaron Patterson
2012-03-15
2
-0
/
+5
|
\
\
|
*
|
fix ArgumentError being raised in case of invalid byte sequences
Michael Reinsch
2012-03-08
2
-0
/
+5
*
|
|
Merge pull request #5448 from JonRowe/patch_file_update_on_master
José Valim
2012-03-15
2
-1
/
+20
|
\
\
\
|
*
|
|
escape commas in paths before globbing to avoid infinite hang in Dir[]
Jon Rowe
2012-03-15
2
-1
/
+20
|
/
/
/
*
|
|
Simplify helpers handling. Ensure Metal can run AC hooks.
José Valim
2012-03-15
6
-37
/
+65
*
|
|
Remove ActionController::TestCase#rescue_action_in_public!
Piotr Sarnacki
2012-03-15
2
-10
/
+0
*
|
|
Allow you to force the authenticity_token to be rendered even on remote forms...
David Heinemeier Hansson
2012-03-14
2
-5
/
+20
*
|
|
Do not include the authenticity token in forms where remote: true as ajax for...
David Heinemeier Hansson
2012-03-14
3
-2
/
+27
*
|
|
Remove remaining http_only? calls.
José Valim
2012-03-14
2
-14
/
+4
*
|
|
Remove --http.
José Valim
2012-03-14
30
-1020
/
+7
*
|
|
Merge pull request #5357 from bagilevi/sweeper-undefined-method-ignored
Piotr Sarnacki
2012-03-14
2
-1
/
+17
|
\
\
\
|
*
|
|
Don't ignore call to undefined method in Sweeper
Levente Bagi
2012-03-06
2
-1
/
+17
*
|
|
|
Merge pull request #5439 from carlosantoniodasilva/rake-test-scaffold
José Valim
2012-03-14
3
-5
/
+31
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Fix scaffold controller template, ensure rake scaffold test pass by default
Carlos Antonio da Silva
2012-03-14
3
-5
/
+31
*
|
|
|
Add API apps CHANGELOG entry
Santiago Pastorino
2012-03-14
1
-0
/
+2
|
/
/
/
*
|
|
Update railties/guides/source/api_app.textile
José Valim
2012-03-14
1
-2
/
+0
*
|
|
Do not generate app/views and sprockets entries on http app
Carlos Antonio da Silva
2012-03-14
2
-1
/
+21
*
|
|
Generate special controller and functional test templates for http apps
Carlos Antonio da Silva
2012-03-14
10
-5
/
+181
*
|
|
Rename http-only app generator option to http
Carlos Antonio da Silva
2012-03-14
4
-10
/
+10
*
|
|
Move http only option to AppGenerator
Carlos Antonio da Silva
2012-03-14
2
-3
/
+3
*
|
|
Add test to ensure setting config.generators.http_only actually disables the ...
Carlos Antonio da Silva
2012-03-14
2
-2
/
+15
*
|
|
Allow generator configs from http_only! to be overriden by app
Carlos Antonio da Silva
2012-03-14
2
-1
/
+16
*
|
|
Remove duplicated tests from shared generator
Carlos Antonio da Silva
2012-03-14
2
-16
/
+2
*
|
|
Refactor http_only, remove reader method
Carlos Antonio da Silva
2012-03-14
1
-14
/
+19
*
|
|
Disable template, helper and assets options when using http_only!
Carlos Antonio da Silva
2012-03-14
2
-1
/
+32
*
|
|
Create generators http_only! setup and hide some common namespaces for now
Carlos Antonio da Silva
2012-03-14
3
-4
/
+42
*
|
|
Generate middleware http_only! config when running http only app generator
Carlos Antonio da Silva
2012-03-14
2
-1
/
+16
*
|
|
Add http-only option to Rails app generator
Carlos Antonio da Silva
2012-03-14
4
-5
/
+18
*
|
|
Add ActionController::HTTP
Santiago Pastorino
2012-03-14
17
-9
/
+383
*
|
|
Merge pull request #5431 from bogdan/mas_performance
José Valim
2012-03-14
2
-19
/
+17
|
\
\
\
|
*
|
|
AM::MassAssingmentSecurity: improve performance
Bogdan Gusiev
2012-03-14
2
-19
/
+17
*
|
|
|
Merge pull request #5421 from parndt/master
Vijay Dev
2012-03-14
1
-0
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Added missing end to example
Philip Arndt
2012-03-14
1
-0
/
+1
*
|
|
|
Merge pull request #5425 from rafaelfranca/remove_key_value
José Valim
2012-03-14
10
-37
/
+23
|
\
\
\
\
|
*
|
|
|
Remove key_value helper now that master is 1.9 only and we always use
Rafael Mendonça França
2012-03-13
10
-37
/
+23
|
/
/
/
/
*
|
|
|
Update API guide with latest decisions.
José Valim
2012-03-14
1
-10
/
+8
*
|
|
|
[engines guide] Add information about running and reverting specified migrati...
Piotr Sarnacki
2012-03-14
1
-4
/
+16
*
|
|
|
Merge pull request #5261 from carlosantoniodasilva/identity-map-removal
José Valim
2012-03-13
34
-966
/
+49
|
\
\
\
\
|
*
|
|
|
Expand changelog and upgrading rails guide with IdentityMap info
Carlos Antonio da Silva
2012-03-13
2
-1
/
+14
|
*
|
|
|
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
33
-966
/
+36
|
/
/
/
/
[next]