Displaying 3 results from an estimated 3 matches for "instafail".
Did you mean:
init_fail
2011 Jul 25
1
rspec and Lion?
Hey,
Has anyone used rspec and lion much yet?
I''m using the Fuubar instafail formatter, and finding that the entire
output of the spec run is buffered till the script execution stops, at
which point it''s displayed. Not sure why - it may be a failure/feature
of the new Terminal.app ?
Wondered if anyone had seen this?
thanks,
James
2012 Mar 07
6
Can't find the PostgreSQL client library (libpq)
When i try it start my ruby server i get a error that looks like
rails server Could not find pg-0.12.2 in any of the sources
Run `bundle install` to install missing gems.
I dont know what to do
Thanks for all the help
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2011 Jan 28
5
mysql quotation wonky
Why would, in an upgrade from 3.0.1 to 3.0.3, a rake db:migrate run
this:
SELECT "schema_migrations"."version" FROM "schema_migrations"
vs this ?
SELECT `schema_migrations`.`version` FROM `schema_migrations`
__ rake db:migrate output __
rake aborted!
Mysql::Error: You have an error in your SQL syntax; check the manual
that corresponds to your MySQL server version