john.hinnegan@gmail.com (John Hinnegan)
- Login: john.hinnegan@gmail.com
- Email: john.hinnegan@gmail.com
- Registered on: 06/14/2011
- Last sign in: 06/14/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/15/2011
-
12:29 PM Ruby Bug #4883: sqlite3_adapter.rb:27: [BUG] unknown type 0x22 (0xc given)
- Fair enough
-
01:25 AM Ruby Bug #4883: sqlite3_adapter.rb:27: [BUG] unknown type 0x22 (0xc given)
- I had manually added cucumber before. I've corrected that by including cucumber-rails now
New Gem list:
abstract (1.0.0)
actionmailer (3.0.8)
actionpack (3.0.8)
activemodel (3.0.8)
activerecord (3.0.8)
activeresource (3.0.8)
a...
06/14/2011
-
09:08 AM Ruby Bug #4883: sqlite3_adapter.rb:27: [BUG] unknown type 0x22 (0xc given)
- Something about the Gems not liking each other (maybe Rake)
to work around I:
rvm gemset empty my_gemset
bundle install
# add "gem 'rake', '0.8.7'" to Gemfile
bundle update rake
and now I'm good to go. -
08:56 AM Ruby Bug #4883 (Third Party's Issue): sqlite3_adapter.rb:27: [BUG] unknown type 0x22 (0xc given)
- ==== DUMP OF OUTPUT ====
/Users/MacbookPro/.rvm/gems/ruby-1.9.2-p180@gramercy_one/gems/activerecord-3.0.8/lib/active_record/connection_adapters/sqlite3_adapter.rb:27: [BUG] unknown type 0x22 (0xc given)
ruby 1.9.2p180 (2011-02-18 revis...