This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
e4aaac1301
rails--rails
/
actionpack
/
test
/
fixtures
/
topic.rb
4 lines
81 B
Ruby
Raw
Normal View
History
Unescape
Escape
* Fix pagination problems when using include * Introduce Unit Tests for pagination * Allow count to work with :include by using count distinct. [Kevin Clark & Jeremy Hopple] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3553 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-02-09 04:17:40 -05:00
class
Topic
<
ActiveRecord
::
Base
render :partial recognizes Active Record associations as Arrays. Closes #8538. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6920 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-05-31 23:53:39 -04:00
has_many
:replies
,
:dependent
=
>
:destroy
use :dependent => :destroy rather than :dependent => true git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5160 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-09-21 20:11:33 -04:00
end
Copy permalink