Hi Ignacio,

I have a client that wants a new-fangled Single Page App. I decided to use rails with hobo_fields in api mode with ember.js.

Maybe I'm being a little simplistic here, but I used the following as a test before doing any major coding:

$ rails new hobo
$ cd hobo

Edit gemfile to add    gem 'hobo_fields'

$ bundle install
*Fetching gem metadata from https://rubygems.org/............**
**Fetching version metadata from https://rubygems.org/...**
**Fetching dependency metadata from https://rubygems.org/..**
**Resolving dependencies....**
**Bundler could not find compatible versions for gem "rails":**
**  In snapshot (Gemfile.lock):**
**    rails (= 4.2.2)**
**
**  In Gemfile:**
**    hobo_fields (>= 0) ruby depends on**
**      hobo_support (= 1.3.0) ruby depends on**
**        rails (~> 3.0.0) ruby**
**
**    rails (= 4.2.2) ruby**
**
**Running `bundle update` will rebuild your snapshot from scratch, using only**
**the gems in your Gemfile, which may resolve the conflict.**
**
*$ bundle update*
**Fetching gem metadata from https://rubygems.org/............**
**Fetching version metadata from https://rubygems.org/...**
**Fetching dependency metadata from https://rubygems.org/..**
**Resolving dependencies.........................................................................................................**
**Bundler could not find compatible versions for gem "rails":**
**  In Gemfile:**
**    hobo_fields (>= 0) ruby depends on**
**      hobo_support (= 1.3.0) ruby depends on**
**        rails (~> 3.0.0) ruby**
**
**    rails (= 4.2.2) ruby**
*
I really want to use hobo_fields because it makes generating models and their relationships so much DRYer than in rails. I have some of the rails side working now, but its not too late to change to hobo fields if you can help me resolve this versioning issue.

Did I leave anything out?

Thanks,

Don

On 07/22/2015 12:01 PM, Ignacio Huerta wrote:
Hi Don,

I don't understand this completely, the whole Hobo environment supports
Rails 4.0.x, and 4.2.x support is on the works.

Warm regards,
Ignacio

El 14-07-2015 a las 23:57, Donald Ziesig escribió:
Hi All!

Could anyone tell me if or when Hobo Fields will be ready for Rails 4?

Thanks,

Don Ziesig


--
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to