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
*
Add config.action_controller.permit_all_attributes to bypass StrongParameters...
Guillermo Iguaran
2012-09-16
5
-1
/
+43
*
Change tainted/untainted wording to permitted/forbidden
Guillermo Iguaran
2012-09-16
3
-26
/
+26
*
Don't use assert_nothing_raised when assert_equal is used
Guillermo Iguaran
2012-09-16
3
-22
/
+10
*
Change scaffold_generator: Don't use #require or #permit in scaffold if attri...
Guillermo Iguaran
2012-09-16
1
-0
/
+4
*
Rename ForbiddenAttributes exception to ForbiddenAttributesError
Guillermo Iguaran
2012-09-16
4
-5
/
+5
*
config.activerecord.whitelist_attributes isn't used anymore, remove reference...
Guillermo Iguaran
2012-09-16
1
-3
/
+0
*
Remove configuration test for config.activerecord.whitelist_attributes
Guillermo Iguaran
2012-09-16
1
-13
/
+0
*
Remove attributes whitelist tests from AppGenerator tests
Guillermo Iguaran
2012-09-16
1
-6
/
+0
*
Change scaffold_controller to generate and use private method to encapsulate ...
Guillermo Iguaran
2012-09-16
4
-8
/
+21
*
require abstract_unit in parameters tests
Guillermo Iguaran
2012-09-16
3
-0
/
+3
*
Remove integration between attr_accessible/protected and AC::Metal::ParamsWra...
Guillermo Iguaran
2012-09-16
3
-48
/
+2
*
Remove all references to attr_accessible/protected and old mass_assignment_sa...
Guillermo Iguaran
2012-09-16
6
-33
/
+0
*
Change AMo::ForbiddenAttributesProtection tests to use a subclass of Hash ins...
Guillermo Iguaran
2012-09-16
1
-8
/
+18
*
Add tests for ForbiddenAttributesProtection in ActiveRecord
Guillermo Iguaran
2012-09-16
1
-0
/
+63
*
Remove mass assignment security from ActiveRecord
Guillermo Iguaran
2012-09-16
20
-1170
/
+18
*
Remove MassAssignmentSecurity from ActiveModel
Guillermo Iguaran
2012-09-16
16
-816
/
+15
*
Integrate ActiveModel::ForbiddenAttributesProtection from StrongParameters gem
Guillermo Iguaran
2012-09-16
4
-0
/
+54
*
Integrate ActionController::Parameters from StrongParameters gem
Guillermo Iguaran
2012-09-16
8
-0
/
+340
*
Merge pull request #7662 from frodsan/ar_changelog
Rafael Mendonça França
2012-09-16
1
-44
/
+68
|
\
|
*
improve AR/CHANGELOG [ci skip]
Francesco Rodriguez
2012-09-16
1
-44
/
+68
|
/
*
Merge pull request #7547 from danmcclain/pg-arrays
Rafael Mendonça França
2012-09-16
12
-53
/
+435
|
\
|
*
Moves column dump specific code to a module included in AbstractAdapter
Dan McClain
2012-09-14
12
-53
/
+435
*
|
Remove debug code :bomb:
Rafael Mendonça França
2012-09-16
1
-1
/
+0
*
|
Merge pull request #7651 from steveklabnik/issue_3956
Rafael Mendonça França
2012-09-16
2
-2
/
+33
|
\
\
|
*
|
Don't preserve SELECT columns on COUNT
Steve Klabnik
2012-09-16
2
-2
/
+33
*
|
|
Merge pull request #7645 from larrylv/configurable-defaults
Rafael Mendonça França
2012-09-16
3
-8
/
+45
|
\
\
\
|
*
|
|
set up config_accessor with a default value by block
Larry Lv
2012-09-17
3
-8
/
+45
|
/
/
/
*
|
|
Merge pull request #7657 from kennyj/fix_6458-2
Piotr Sarnacki
2012-09-16
3
-1
/
+14
|
\
\
\
|
*
|
|
Don't explain except normal CRUD sql.
kennyj
2012-09-17
3
-1
/
+14
*
|
|
|
Merge pull request #7652 from toshi-kawanishi/find_in_batches
Carlos Antonio da Silva
2012-09-16
4
-6
/
+38
|
\
|
|
|
|
*
|
|
Fix find_in_batches with customized primary_key
Toshiyuki Kawanishi
2012-09-16
4
-6
/
+38
|
/
/
/
*
|
|
Merge pull request #7648 from kennyj/rename_2_schema
Rafael Mendonça França
2012-09-15
2
-5
/
+5
|
\
\
\
|
*
|
|
Query for sequence info also should be markd as SCHEMA.
kennyj
2012-09-15
1
-3
/
+3
|
*
|
|
Query for loading index info should be marked as SCHEMA.
kennyj
2012-09-15
2
-2
/
+2
*
|
|
|
Merge pull request #7656 from czarneckid/clarify-documentation
Xavier Noria
2012-09-15
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Clarify the documentation on the Rails::Application#call method
David Czarnecki
2012-09-15
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Check if etag exists before to do the gsub
Rafael Mendonça França
2012-09-15
1
-2
/
+4
*
|
|
|
Merge pull request #7655 from steveklabnik/master
Rafael Mendonça França
2012-09-15
1
-0
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
fix the build
Steve Klabnik
2012-09-15
1
-0
/
+1
|
/
/
/
*
|
|
Merge pull request #7643 from steveklabnik/deprecate_silence
Rafael Mendonça França
2012-09-15
3
-12
/
+23
|
\
\
\
|
*
|
|
Deprecate ActiveSupport::Benchmarkable#silence.
Steve Klabnik
2012-09-15
3
-12
/
+23
*
|
|
|
Merge pull request #7654 from steveklabnik/issue_4857
Xavier Noria
2012-09-15
1
-0
/
+8
|
\
\
\
\
|
*
|
|
|
Improve Process::Status#to_json
Steve Klabnik
2012-09-15
1
-0
/
+8
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #7649 from steveklabnik/issue_2520
Rafael Mendonça França
2012-09-15
3
-1
/
+48
|
\
\
\
\
|
*
|
|
|
Support for multiple etags in an If-None-Match header
Travis Warlick
2012-09-15
3
-1
/
+48
|
|
/
/
/
*
|
|
|
Fix syntax error in assert_match
Rafael Mendonça França
2012-09-15
1
-6
/
+6
*
|
|
|
Merge pull request #7653 from arunagw/warnings-removed
Rafael Mendonça França
2012-09-15
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
Few more warnings removed.
Arun Agrawal
2012-09-15
2
-4
/
+4
|
|
/
/
/
*
/
/
/
simplify rescue
Jon Leighton
2012-09-15
1
-3
/
+3
|
/
/
/
*
|
|
Fix test
Jon Leighton
2012-09-15
2
-15
/
+21
[next]