My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
RunningRails  
Rails on App Engine
Featured
Updated Jan 26, 2010 by woo...@google.com

We have Rails 3.0.pre and Rails 2.3.5 running on App Engine. Rubygems has been disabled, but we use gem bundler to package gems. We are also using DataMapper instead of ActiveRecord. There are some issues with both these options, but we expect they will be resolved shortly. Special thanks to Yehuda Katz and Sasaki Takeru for making this happen!

See the Rails 2 Primer for more information.

Comment by daifu...@gmail.com, Jun 27, 2010

How can I find the Rails 3.0.pre source that is working in app engine?

Comment by mikerin....@gmail.com, Oct 28, 2010

Any progress on getting the released Rails 3.0 working with app engine? When is appengine gem going to have rails 3.0 compatibility as is mentioned is the goal.

"We plan to support Rails 3 soon." it says here http://code.google.com/p/appengine-jruby/

Comment by manuelra...@gmail.com, Dec 17, 2010

Rails 3, Are we there yet ?

Rails 3, Are we there yet ?

Rails 3, Are we there yet ?

Please please.Rails 3, Are we there yet ?

Ok. No spamy jokes, i know...

But I would love rails 3 on appengine...

Comment by rmahnove...@gmail.com, Jan 22, 2011

I vote for Rails 3 support aswell.

Comment by eveevan...@gmail.com, Jan 27, 2011

Yep, there is a long time from they wrote about Rails 3 on App Engine < We want Rails 3 now! xD

Comment by dolzenko, Mar 3, 2011

So what is the state of Rails 3 support at the moment?

Comment by aks...@floh.in, Jun 10, 2011

Rails 3 anyone ? GAE for Rails is so dead.

Comment by cmol...@b-vision.com, Aug 9, 2011

Hi, ....3.0 or 3.1 please

Comment by jinmin.hu, Oct 14, 2011

to install rails 3.0.6

  1. install jruby-1.5.5
  2. install Jbundler gem
  3. install google-appengine gem
  4. install rails -v=3.0.6
  5. rails new <app_name> -m http://siddick.github.com/datastore/rails3.rb
  6. add gem 'arel', '2.0.9'
  7. gem 'jruby-rack', '1.0.4' to <app_name>/Gemfile
  8. appcfg.rb generate_app <app_name>
  9. cd <app_name>
  10. appcfg.rb run bin/rails g scaffold post title:string content:text
  11. appcfg.rb run bin/rake db:migrate

Comment by cougar...@gmail.com, Nov 28, 2011

Hi community, I got an information from one of the project owners that he is working on an update. He will release it soon ... hopefully! :)

Comment by t.tierce...@gmail.com, Nov 28, 2011

goods news can't wait for this update ^^

Comment by fcol...@gmail.com, Dec 23, 2011

ops.. i found the error gem 'jruby-rack', '1.0.4' to <app_name>/Gemfile

Comment by mlu...@gmail.com, Mar 15, 2012

So any update?


Sign in to add a comment
Powered by Google Project Hosting