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 #8457 from caike/master
Carlos Antonio da Silva
2012-12-08
1
-4
/
+4
|
\
|
*
Update AR Changelog with correct example using includes
Caike Souza
2012-12-08
1
-4
/
+4
*
|
Merge pull request #8462 from frodsan/update_guides_action_callbacks
Carlos Antonio da Silva
2012-12-08
6
-21
/
+21
|
\
\
|
*
|
update guides to use _action callbacks [ci skip]
Francesco Rodriguez
2012-12-07
6
-21
/
+21
|
|
/
*
|
Merge pull request #8459 from frodsan/explicit!
Carlos Antonio da Silva
2012-12-08
2
-19
/
+14
|
\
\
|
|
/
|
/
|
|
*
fix scaffold controller generator tests
Francesco Rodriguez
2012-12-07
1
-16
/
+12
|
*
use :only instead of :except callback option in the controller template
Francesco Rodriguez
2012-12-07
1
-3
/
+2
|
/
*
Merge pull request #8456 from frodsan/actionize2
Xavier Noria
2012-12-07
5
-32
/
+76
|
\
|
*
add tests to aliased _filter callbacks
Francesco Rodriguez
2012-12-07
1
-0
/
+46
|
*
use `_action` instead of `_filter` callbacks
Francesco Rodriguez
2012-12-07
5
-34
/
+32
|
/
*
Merge pull request #8455 from frodsan/actionize
Xavier Noria
2012-12-07
14
-28
/
+28
|
\
|
*
update documentation and code to use _action callbacks
Francesco Rodriguez
2012-12-07
13
-25
/
+25
|
*
fix prepend_before_filter documentation [ci skip]
Francesco Rodriguez
2012-12-07
1
-3
/
+3
*
|
Merge pull request #8454 from frodsan/deprecate_as_basic_object
Jeremy Kemper
2012-12-07
6
-15
/
+29
|
\
\
|
*
|
Rename ActiveSupport::BasicObject to ActiveSupport::ProxyObject
Francesco Rodriguez
2012-12-07
6
-15
/
+29
*
|
|
Let the scaffold example use the "set shared record" pattern to explain callb...
David Heinemeier Hansson
2012-12-07
1
-6
/
+7
|
|
/
|
/
|
*
|
Rollback where.like and where.not_like
Carlos Antonio da Silva
2012-12-07
3
-46
/
+4
|
/
*
Fix README
David Heinemeier Hansson
2012-12-07
1
-1
/
+1
*
Rename all action callbacks from *_filter to *_action
David Heinemeier Hansson
2012-12-07
3
-69
/
+118
*
Merge pull request #8452 from claudiob/explain_where_chain_parameters
Carlos Antonio da Silva
2012-12-07
2
-2
/
+23
|
\
|
*
Document the types of arguments accepted by AR#not
claudiob
2012-12-07
2
-2
/
+23
|
/
*
revises a RDoc example to make it idiomatic
Xavier Noria
2012-12-07
1
-8
/
+8
*
let @version be always externally set in guides generation [fixes #8221]
Xavier Noria
2012-12-07
2
-2
/
+2
*
Fix where.not with in clause
Carlos Antonio da Silva
2012-12-07
2
-4
/
+4
*
Merge pull request #8445 from claudiob/match_rdoc_with_6ba0f97
Carlos Antonio da Silva
2012-12-07
1
-4
/
+4
|
\
|
*
Update #where rdoc to match 6ba0f97 [ci skip]
claudiob
2012-12-07
1
-4
/
+4
|
/
*
Revert "Invert precedence of content in ActionDispatch::Static"
Andrew White
2012-12-07
4
-51
/
+12
*
Move where with blank conditions test to the correct where tests file
Carlos Antonio da Silva
2012-12-07
2
-6
/
+6
*
Ensure there won't be any regression with where(nil) calls
Carlos Antonio da Silva
2012-12-07
2
-5
/
+5
*
Merge pull request #8332 from amatsuda/ar_where_chain
Carlos Antonio da Silva
2012-12-07
5
-8
/
+200
|
\
|
*
Relation.where with no args can be chained with not, like, and not_like
Akira Matsuda
2012-11-30
5
-8
/
+198
*
|
Stop shelling out more than necessary
Carlos Antonio da Silva
2012-12-07
1
-10
/
+10
*
|
Unscope update_column(s) query to ignore default scope
Carlos Antonio da Silva
2012-12-06
3
-1
/
+43
*
|
Improve AR changelog
Carlos Antonio da Silva
2012-12-06
1
-18
/
+17
*
|
Remove method redefined warnings
Carlos Antonio da Silva
2012-12-06
1
-1
/
+1
*
|
Use CURRENT_TIMESTAMP since it has apparently better cross db support
Carlos Antonio da Silva
2012-12-06
2
-2
/
+2
*
|
Run rake tasks all at once in rake dbs test for a speed up
Carlos Antonio da Silva
2012-12-06
1
-12
/
+6
*
|
Merge pull request #8440 from steveklabnik/master
Rafael Mendonça França
2012-12-06
1
-0
/
+3
|
\
\
|
*
|
CHANGELOG for 78d5d6f.
Steve Klabnik
2012-12-06
1
-0
/
+3
|
/
/
*
|
Merge pull request #8439 from joshsusser/fixes
Carlos Antonio da Silva
2012-12-06
3
-5
/
+5
|
\
\
|
*
|
Oracle needs table to check index existence
Josh Susser
2012-12-06
1
-3
/
+3
|
*
|
convert time to string
Josh Susser
2012-12-06
2
-2
/
+2
*
|
|
Change the encrypted campfire notification token
Rafael Mendonça França
2012-12-06
1
-1
/
+1
*
|
|
Invert precedence of content in ActionDispatch::Static
Andrew White
2012-12-06
4
-12
/
+51
|
/
/
*
|
Refactor tests that switch RAILS_ENV and RACK_ENV
Carlos Antonio da Silva
2012-12-06
6
-63
/
+63
*
|
Add comment about implementation of class_attribute
Andrew White
2012-12-06
1
-0
/
+3
*
|
adds a couple of items to the check list for stable releases [ci skip]
Xavier Noria
2012-12-06
1
-0
/
+3
*
|
Merge pull request #8431 from joshsusser/schemadump
Aaron Patterson
2012-12-05
1
-4
/
+2
|
\
\
|
*
|
dump schema.rb without :version option
Josh Susser
2012-12-05
1
-4
/
+2
|
/
/
*
|
Merge branch 'joshsusser-master' into merge
Aaron Patterson
2012-12-05
15
-58
/
+268
|
\
\
[next]