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
*
Remove #=== quirk
Jon Leighton
2012-05-11
3
-17
/
+0
*
Add test directory to TestTask's libs
Santiago Pastorino
2012-05-11
1
-0
/
+1
*
Remove useless load path modifications
Santiago Pastorino
2012-05-11
12
-38
/
+4
*
Lazy load I18n
Santiago Pastorino
2012-05-11
4
-6
/
+10
*
Move require to where it's needed
Santiago Pastorino
2012-05-11
6
-3
/
+6
*
Remove ruby/shim
Santiago Pastorino
2012-05-11
3
-17
/
+1
*
this stuff can all be handled by Relation
Jon Leighton
2012-05-11
1
-38
/
+0
*
extract deprecated code
Jon Leighton
2012-05-11
1
-8
/
+1
*
set_owner_attributes is covered by the scoping
Jon Leighton
2012-05-11
1
-4
/
+3
*
CollectionProxy < Relation
Jon Leighton
2012-05-11
11
-60
/
+79
*
Use respond_to?(:to_ary) rather than is_a?(Enumerable) to detect collection-t...
Jon Leighton
2012-05-11
4
-3
/
+40
*
Merge pull request #6269 from edtsech/hash-except-test
Xavier Noria
2012-05-11
1
-0
/
+6
|
\
|
*
Test Hash#except can receive more than one argument.
Edward Tsech
2012-05-11
1
-0
/
+6
*
|
Merge pull request #6268 from carlesso/master
José Valim
2012-05-11
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
In robots.txt, User-agent should be all downcase except for the first 'U', ac...
Enrico Carlesso
2012-05-11
2
-2
/
+2
|
/
*
Copy literal route constraints to defaults - fixes #3571 and #6224.
Andrew White
2012-05-11
4
-3
/
+69
*
Fixes issue #6251
David Padilla
2012-05-10
1
-1
/
+1
*
Failing test for #6251
Piotr Sarnacki
2012-05-10
1
-0
/
+7
*
Return false for exists? with new records - fixes #6199.
Andrew White
2012-05-10
3
-2
/
+3
*
Don't ignore nil positional arguments for url helpers - fixes #6196.
Andrew White
2012-05-10
2
-1
/
+36
*
Refactor the handling of default_url_options in integration tests
Andrew White
2012-05-10
2
-7
/
+104
*
remove unnecessary 'examples' noise [ci skip]
Vijay Dev
2012-05-11
2
-28
/
+18
*
Merge pull request #6253 from rafmagana/master
José Valim
2012-05-10
1
-1
/
+1
|
\
|
*
remove duplicate usage of Rack::Utils.status_code in LogSubscriber#process_ac...
Rafael Magana
2012-05-10
1
-1
/
+1
*
|
Merge pull request #6252 from grosser/unless_exist_for_memory_store
José Valim
2012-05-10
2
-0
/
+8
|
\
\
|
|
/
|
/
|
|
*
add unless_exist option to memory store
grosser
2012-05-10
2
-0
/
+8
|
/
*
Merge pull request #6244 from frodsan/fix_build_remove_key
José Valim
2012-05-10
1
-1
/
+1
|
\
|
*
Remove key argument from run_callbacks to fix build
Francesco Rodriguez
2012-05-10
1
-1
/
+1
|
/
*
Merge pull request #6242 from frodsan/fix_abstract_controller
José Valim
2012-05-10
1
-1
/
+1
|
\
|
*
removing key argument from run_callbacks - fix build
Francesco Rodriguez
2012-05-10
1
-1
/
+1
|
/
*
Merge pull request #6241 from frodsan/deprecate_key_callbacks
José Valim
2012-05-10
4
-6
/
+7
|
\
|
*
AS::Callbacks#run_callbacks remove key argument
Francesco Rodriguez
2012-05-10
4
-6
/
+7
|
/
*
Merge pull request #4254 from alexeymuranov/my-nicify-fixtures-rb
Jeremy Kemper
2012-05-09
2
-81
/
+82
|
\
|
*
Rename some variables
Alexey Muranov
2012-05-09
2
-78
/
+82
|
*
Remove unused private method in fixtures.rb
Alexey Muranov
2012-05-09
1
-3
/
+0
|
*
Remove unused parameter in ::instantiate_fixtures
Alexey Muranov
2012-05-09
1
-5
/
+5
*
|
Allow to run `connection_adapters/quoting_test.rb` independently
Piotr Sarnacki
2012-05-09
1
-1
/
+3
*
|
Merge pull request #5362 from zenprogrammer/quoting_bug
Aaron Patterson
2012-05-09
2
-0
/
+12
|
\
\
|
*
|
Fixed bug in Quoting that caused classes to be quoted incorrectly
Ryan Oblak
2012-03-09
2
-0
/
+12
*
|
|
Merge pull request #6226 from gnufied/master
Aaron Patterson
2012-05-09
2
-6
/
+33
|
\
\
\
|
*
|
|
make both cached and record_updated accessors in one line
Hemant Kumar
2012-05-09
1
-2
/
+1
|
*
|
|
after_commit :on => :update should be called when save is
Hemant Kumar
2012-05-09
1
-0
/
+7
|
*
|
|
Fix transaction state not changing when after record gets commited
Hemant Kumar
2012-05-09
2
-6
/
+27
*
|
|
|
Merge pull request #6227 from mjtko/changelog-fixes
Vijay Dev
2012-05-09
1
-22
/
+33
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Consistent CHANGELOG entry indentation.
Mark J. Titorenko
2012-05-09
1
-22
/
+22
|
*
|
|
Add CHANGELOG section for unreleased Rails 3.2.4; document addition of #begin...
Mark J. Titorenko
2012-05-09
1
-0
/
+11
|
/
/
/
*
|
|
Refactor Generator class to not rely on in-place editing the controller
Andrew White
2012-05-09
2
-11
/
+16
*
|
|
Fix bug when url_for changes controller.
Nikita Beloglazov
2012-05-09
2
-2
/
+11
|
|
/
|
/
|
*
|
fix a couple of formatting issues [ci skip]
Vijay Dev
2012-05-09
1
-2
/
+4
*
|
registers ceb1dcc in the CHANGELOG
Xavier Noria
2012-05-09
1
-0
/
+2
[next]