You can also create indexes concurrently, using `algorithm: :concurrently` when creating the index[1]. You can't create concurrent indexes within a transaction, so be sure to call `disable_ddl_transaction!` in your migration definition.
What features are you using postgres_ext for? A lot of the ActiveRecord datatypes support is handled by Rails 4.0 (arrays, uuid, ranges, inet/cidr and macaddr are in Rails 4.0). I want to submit some pull requests to Arel to add support for some of the datatype operators
You can do that, but you perjure yourself in the process, and won't take it down permanently. I could take down Rails by filing a bogus DCMA, but I'd have a lawsuit on my hands if Rails decided to pursue it
During the second week of March 2012, a Dell Vostro notebook, used by Supervisor Special Agent Christopher K. Stangl from FBI Regional Cyber Action Team and New York FBI Office Evidence Response Team was breached using the AtomicReferenceArray vulnerability on Java, during the shell session some files were downloaded from his Desktop folder
With REI, I think you need to re-buy the lifetime membership if you do not purchase anything at an REI store for an extended period of time (IIRC, it was a year)
You cease being an "active member" if you don't spend $10 for a year, but you don't have to pay the membership fee again to become an active member again. Just spend at REI.
Yes, indeed. The RailsApps project resource has kept up to date with the recent Rails updates, and has many different templates based on testing, DB, etc: http://railsapps.github.com/
And like another commenter noted, Rails 3.0.3 is _very_ old. Not sure why that's being used for something new.
[1]: https://github.com/rails/rails/commit/2d33796457b139a58539c8...