--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-co...@googlegroups.com.
To post to this group, send email to rubyonra...@googlegroups.com.
Visit this group at http://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/groups/opt_out.
irb(main):012:0> Transaction.all.object_id
=> 70363740246020
irb(main):013:0> Transaction.all.object_id
=> 70363740260420
User.where!(email: ‘b...@example.com’)#=> raise ActiveRecord::ImmutableRelation(“You can’t use bang relation methods directly on model, use User.all.where! instead”)User.all.where!(email: ‘b...@example.com’)#=> []
You received this message because you are subscribed to a topic in the Google Groups "Ruby on Rails: Core" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rubyonrails-core/4YusNsRI4Kk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rubyonrails-co...@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "Ruby on Rails: Core" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rubyonrails-core/4YusNsRI4Kk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rubyonrails-co...@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "Ruby on Rails: Core" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rubyonrails-core/4YusNsRI4Kk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rubyonrails-co...@googlegroups.com.
We plan to move the API to YARD, hopefully for 4.1 unless there is something unexpected in the transition.These would be use-cases for the @private tag I believe. The tag will convey user-level private visibility better than nodoc for those reading the source code.