Ruby on Rails Monday, December 1, 2014

On 1 December 2014 at 17:04, Roelof Wobben <rwobben@hotmail.com> wrote:
>
>
> Op maandag 1 december 2014 17:39:01 UTC+1 schreef Colin Law:
>>
>> On 1 December 2014 at 16:20, Roelof Wobben <rwo...@hotmail.com> wrote:
>> >
>> >
>> > Op maandag 1 december 2014 17:15:06 UTC+1 schreef Colin Law:
>> >>
>> >> On 1 December 2014 at 15:51, Roelof Wobben <rwo...@hotmail.com> wrote:
>> >> > Yep, I did all the steps.
>> >>
>> >> Though have not responded to my request that you do not top post. :(
>> >>
>> >> So your Gemfile is exactly the same as in the tutorial? If you think
>> >> so then please post it here, along with Gemfile.lock
>> >>
>> >> Colin.
>> >
>> >
>> >
>> > Here my gem file :
>> >
>> > source 'https://rubygems.org'
>> > gem 'rails', '4.2.0.beta4'
>>
>> Are you following
>>
>> https://www.railstutorial.org/book/modeling_users#sec-creating_and_authenticating_a_user?
>> Listing 6.33 shows a different version of Rails (as I have already
>> pointed out). Please check that your Gemfile is /exactly/ the same as
>> in the tutorial, then run bundle update. There is no guarantee that
>> is the issue but you must rule it out first.
>> ...
>
> You are right. The version changed in the time that I follow that tutorial.
> I now facing this problem :
>
> Bundler could not find compatible versions for gem "arel":

Did you check, as I have suggested several times that your Gemfile is
exactly the same as required in the tutorial?

> In Gemfile:
> rails (= 4.2.0.rc1) ruby depends on
> activerecord (= 4.2.0.rc1) ruby depends on
> arel (~> 6.0) ruby
> arel (6.0.0.beta2)
>
> Roelof
>
> Edit 1 : I can delete the arel version but then I will run into this problem
> : https://groups.google.com/forum/#!topic/rubyonrails-talk/9KY84ScB_6A
>

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLvm9-FXjOw%3Dc59inhu032Gt1%2B8ziNWVnZHpWYUS5dBQfA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment