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
*
Useless/Confusing method definition removed
hardi
2012-04-01
1
-4
/
+0
*
use undef_method to avoid NameError exceptions all the time
Aaron Patterson
2012-03-31
1
-5
/
+1
*
Remove not needed requires
Santiago Pastorino
2012-03-31
2
-2
/
+0
*
Merge pull request #5683 from arunagw/buffered_logger_test
Santiago Pastorino
2012-03-31
1
-3
/
+1
|
\
|
*
no more deprecation required.
Arun Agrawal
2012-03-31
1
-2
/
+0
|
*
No more BufferedLogger so it can be LoggerTest
Arun Agrawal
2012-03-31
1
-1
/
+1
|
/
*
Merge pull request #5679 from arunagw/warning_removed_master
Vijay Dev
2012-03-31
1
-1
/
+1
|
\
|
*
warning removed: (...) interpreted as grouped expression
Arun Agrawal
2012-03-31
1
-1
/
+1
*
|
Merge pull request #5664 from lest/patch-1
Piotr Sarnacki
2012-03-31
1
-2
/
+2
|
\
\
|
*
|
use `symbolize_keys` instead of `dup.symbolize_keys!`
Sergey Nartimov
2012-03-30
1
-2
/
+2
*
|
|
Merge pull request #5674 from avakhov/ac-exception-remove-obsolete-member
Santiago Pastorino
2012-03-31
1
-2
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Remove obsolete reader from AC::MethodNotAllowed exception class
Alexey Vakhov
2012-03-31
1
-2
/
+0
*
|
|
use tsort_each to avoid intermediary array
Aaron Patterson
2012-03-30
1
-1
/
+1
*
|
|
Merge pull request #4911 from Floppy/master
Aaron Patterson
2012-03-30
2
-1
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Change FILENAME_MAX_SIZE in FileStore to 228.
James Smith
2012-02-06
2
-1
/
+11
*
|
|
Merge pull request #5673 from avakhov/ac-render-exception
Piotr Sarnacki
2012-03-30
1
-3
/
+0
|
\
\
\
|
*
|
|
Remove AC::RenderError class second declaration
Alexey Vakhov
2012-03-31
1
-3
/
+0
|
/
/
/
*
|
|
Fix #5667. Preloading should ignore scoping.
Jon Leighton
2012-03-30
2
-2
/
+14
*
|
|
Remove the leading \n added by textarea on assert_select
Santiago Pastorino
2012-03-30
3
-0
/
+10
*
|
|
clear up duplication between Persistence#destroy and Locking#destroy
Jon Leighton
2012-03-30
2
-27
/
+34
*
|
|
fix test
Jon Leighton
2012-03-30
1
-1
/
+2
*
|
|
whitespace :scissors:
Jon Leighton
2012-03-30
2
-5
/
+4
*
|
|
Merge pull request #5334 from courtland/master
Jon Leighton
2012-03-30
5
-1
/
+27
|
\
\
\
|
*
|
|
Tests for removing a HABTM association when optimistic locking is enabled.
Nick Rogers
2012-03-07
4
-1
/
+25
|
*
|
|
Fix deleting from a HABTM join table upon destroying an object of a model wit...
Nick Rogers
2012-03-07
1
-0
/
+2
*
|
|
|
Merge pull request #5668 from plashchynski/validate_attribute_name_in_class_a...
José Valim
2012-03-30
4
-0
/
+32
|
\
\
\
\
|
*
|
|
|
validate attribute names in class and module attribute accessors
Dmitry Plashchynski
2012-03-30
4
-0
/
+32
*
|
|
|
|
fix typo. thanks @nertzy
Jon Leighton
2012-03-30
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Update guides to reflect 0a12a5f8169685915cbb7bf4d0a7bb482f7f2fd2
Jon Leighton
2012-03-30
1
-20
/
+10
*
|
|
|
remove irrelevant references to ARel
Jon Leighton
2012-03-30
1
-2
/
+2
*
|
|
|
Add Relation#find_by and Relation#find_by!
Jon Leighton
2012-03-30
6
-0
/
+114
*
|
|
|
Merge pull request #2945 from Casecommons/nested_attributes_module
Jon Leighton
2012-03-30
3
-1
/
+15
|
\
\
\
\
|
*
|
|
|
Nested attribute setters can be overridden.
Jonathan Mukai & Peter Jaros
2012-03-28
3
-1
/
+15
*
|
|
|
|
recurse in read_attribute we get caching / don't duplicate code
Jon Leighton
2012-03-30
1
-3
/
+2
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #5661 from carlosantoniodasilva/ar-pk-typecast
Aaron Patterson
2012-03-29
3
-5
/
+8
|
\
\
\
\
|
*
|
|
|
Deprecate Column#type_cast_code
Carlos Antonio da Silva
2012-03-29
2
-4
/
+4
|
*
|
|
|
Properly typecast id attribute when using custom primary key
Carlos Antonio da Silva
2012-03-29
1
-1
/
+4
|
/
/
/
/
*
|
|
|
Merge pull request #5345 from guilleiguaran/ar-slice
Jeremy Kemper
2012-03-29
3
-0
/
+23
|
\
\
\
\
|
*
|
|
|
CHANGELOG entry for AR#slice
Guillermo Iguaran
2012-03-29
1
-0
/
+5
|
*
|
|
|
Add ActiveRecord::Base#slice to slice method calls
Guillermo Iguaran
2012-03-29
2
-0
/
+18
|
/
/
/
/
*
|
|
|
Merge pull request #5617 from Empact/paths
Aaron Patterson
2012-03-29
2
-9
/
+1
|
\
\
\
\
|
*
|
|
|
Define Paths::Root#[]= in terms of #add.
Ben Woosley
2012-03-29
1
-2
/
+1
|
*
|
|
|
Drop Paths::Root initializer check of #path as it isn't checked in the #path=...
Ben Woosley
2012-03-29
2
-5
/
+0
|
*
|
|
|
Drop unnecessary require in Rails::Paths
Ben Woosley
2012-03-29
1
-2
/
+0
|
/
/
/
/
*
|
|
|
Merge pull request #5625 from nertzy/prefix_partial_path_with_controller_name...
José Valim
2012-03-28
7
-15
/
+88
|
\
\
\
\
|
*
|
|
|
Make controller namespace partial prefix optional
Grant Hutchins
2012-03-28
7
-11
/
+84
|
*
|
|
|
Test that render gets correct exact template name
Grant Hutchins
2012-03-28
1
-4
/
+4
*
|
|
|
|
Merge pull request #4904 from ask4prasath/refactor_dirty_module_with_helper
José Valim
2012-03-28
1
-1
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Changing active model dirty module helper method to more appropriate method w...
Prasath Venkatraman
2012-02-06
1
-1
/
+2
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #5359 from avakhov/missed-commits-from-3-2-stable
Santiago Pastorino
2012-03-28
5
-3
/
+30
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
[next]