Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Rails 3.1 Install with login problem.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Troy  
View profile  
 More options May 31 2011, 3:30 pm
From: Troy <gthol...@gmail.com>
Date: Tue, 31 May 2011 12:30:46 -0700 (PDT)
Local: Tues, May 31 2011 3:30 pm
Subject: Rails 3.1 Install with login problem.
I was able to get CE for ROR 3.1 installed finally today. It looks
like a few underlying modules have moved along since the latest
instructions have been written. Here is what I had to do to get it to
install in addition to the README instructions:
1) bin/rake community_engine:install:migrations failed until I added
the following lines to Rakefile:
          include Rake::DSL

2) bin/rake db:migrate failed because of No such file or directory -
config/application.yml so I ran:
          echo "community_name: Community Engine Test" >> config/
application.yml

3) bin/rake db:migrate failed with undefined method `context' for
#<Sprockets::Environment:0x00000100f9c828> - to fix the following line
must be added to Gemfile:
          gem 'sprockets', '2.0.0.beta.2'
Seems that betas 3-7 are pulled and 9 was giving me the error (along
with complaining that it was not compatible with rails 3.1.0.beta1 and
wanting rails 3.1.0.rc1). I did not try beta8.

4) For clarity for other noobs, application.htmp.erb is in app/views/
layouts/ and not views/layouts/

With this I can run rails server and browse to the site. I then went
through the Sign Up! link with no problems and followed it up with
rake community_engine:make_admin email=... The problem I am running
into now is that I can not log in. Every time I try I get:
Uh oh. We couldn't log you in with the username and password you
entered. Try again? Close this message
I also get the same message if I add a user and do not try to make it
an admin. Did I miss something?

Also there are plenty of deprecation warnings for
class_inheritable_attribute with some from communityengine/app/models/
photo.rb and some from authlogic/lib/authlogic/acts_as_authentic/
base.rb.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Asif Atick  
View profile  
 More options May 9 2012, 1:26 am
From: Asif Atick <joss...@gmail.com>
Date: Tue, 8 May 2012 22:26:55 -0700 (PDT)
Local: Wed, May 9 2012 1:26 am
Subject: Re: Rails 3.1 Install with login problem.

I am facing the same problem


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
HappaGirl  
View profile  
 More options Jul 8 2012, 12:14 am
From: HappaGirl <taner...@yahoo.com>
Date: Sat, 7 Jul 2012 21:14:58 -0700 (PDT)
Local: Sun, Jul 8 2012 12:14 am
Subject: Re: Rails 3.1 Install with login problem.

I have the same problem.  Can't do anything.  I also don't get the email to
varify my account.  Pretty dead in the water.  But the code is a great
reference for building it out myself I guess.  But I hate reinventing the
wheel


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »