Re: What is the best way to store rdf data in a heroku rails project?

2011-09-29 Thread Tim Fletcher
> I want to use rdf.rb, but am not sure which repository to use so
> I can deploy onto heroku.

I'd recommend using Dydra (http://dydra.com/).

Tim

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: amazon simple email service + heroku

2011-02-04 Thread Tim Fletcher
> 2) Any sign of a Ruby library?
> Currently only .NET, Java and PHP wrappers.

Yes, there's one here:
https://github.com/drewblas/aws-ses

This might help if you're using Rails 3:

http://robots.thoughtbot.com/post/3105121049/delivering-email-with-amazon-ses-in-a-rails-3-app

Cheers,
Tim

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Rake/Bundler error

2010-09-15 Thread Tim Fletcher
When I type "heroku rake db:version" I get the following error:

rake aborted!
You have already activated rake 0.8.7, but your Gemfile requires
rake 0.8.5. Consider using bundle exec.

Locally I can type "rake db:version" or "bundle exec rake db:version",
and both work as expected.

When I push my app to Heroku, it reports that it installs rake version
0.8.5, which is also listed in the Gemfile.lock file. I haven't listed
rake as a dependency in Gemfile, only rails and sqlite3-ruby.

The app is on the bamboo-ree-1.8.7 stack.

Is this a problem with Rake, Bundler, the stack, or am I doing
something wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.