Skip to content

Instantly share code, notes, and snippets.

@jcasimir
Created October 29, 2010 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcasimir/652681 to your computer and use it in GitHub Desktop.
Save jcasimir/652681 to your computer and use it in GitHub Desktop.
Gemfile
source :rubygems
gem "radiant", "0.9.1"
gem "sqlite3-ruby", "1.3.1", :require => "sqlite3"
gem 'will_paginate', '2.3.14'
gem 'rmagick', '2.13.1'
gem 'formtastic', '1.0.0'
gem 'fastercsv', '1.5.3'
gem 'authlogic', '2.1.6'
gem 'gravtastic', '2.2.0'
gem 'sanitize', '1.2.1'
gem 'nokogiri', '1.4.3.1'
gem 'faker', '0.3.1', :require => 'faker'
gem 'texticle', '1.0.3'
gem 'postgres', '0.7.9.2008.01.28'
gem 'stringex', '1.1.0'
gem 'RedCloth', '4.2.3'
gem 'spreedly', '1.3.3'
gem 'validation_reflection', "0.3.8"
#gem 'ruby-debug'
@cayblood
Copy link

Hey Jeff, thanks for sharing. What version of ruby are you running this with? I got a string error when trying to use Radiant with 1.9.2p160 and I got a segfault in redcloth when using 1.8.7p330. I ended up with 1.8.6p399, but sqlite3-ruby 1.3.1 requires 1.8.7+. So I had to reduce the sqlite3-ruby version to 1.2.5. Which is why I'm curious as to how you got yours working.

@jcasimir
Copy link
Author

Hi, I never ran into issues like that, but I generally use Ruby Enterprise Edition. Here's the exact version from a system where the app is running fine:

ruby 1.8.7 (2010-04-19 patchlevel 253) [i686-darwin10.3.0], MBARI 0x6770, Ruby Enterprise Edition 2010.02

Good luck!

@cayblood
Copy link

Thanks Jeff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment