In Ruby,

$ irb
1.9.3-p194 :001 > if 7
1.9.3-p194 :002?>   puts "hey"
1.9.3-p194 :003?>   end
hey

Sounds like someone's got a bug. It should be just as true as the other ones.

Here is the location of indexes in the SQLiteAdapter:
https://github.com/rails/rails/blob/master/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb#L400

You can't assume the documentation always has everything in it.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en.

Reply via email to