image upload

5 views
Skip to first unread message

Monica Sharma

unread,
Nov 28, 2012, 9:31:41 PM11/28/12
to comp412-ga...@googlegroups.com
Hey guys, would it be cool if I wanted to get involved with your project? I thought I'd attempt the badge image upload and password retrieval

Alex Park

unread,
Nov 28, 2012, 9:34:17 PM11/28/12
to comp412-ga...@googlegroups.com
I think someone wanted to tackle the password stuff. correct me if i'm wrong? guys?


On Wed, Nov 28, 2012 at 8:31 PM, Monica Sharma <monicash...@gmail.com> wrote:
Hey guys, would it be cool if I wanted to get involved with your project? I thought I'd attempt the badge image upload and password retrieval

--



Ron Giambalvo

unread,
Nov 28, 2012, 9:35:31 PM11/28/12
to comp412-ga...@googlegroups.com
Joe wants to take on the image upload issue. I have not heard anyone ask about password retrieval except Monica. 


--
 
 

Alex Park

unread,
Nov 28, 2012, 9:36:58 PM11/28/12
to comp412-ga...@googlegroups.com
what of the girl who is the lead python dev from easy clicker?


--
 
 

Ron Giambalvo

unread,
Nov 28, 2012, 9:38:32 PM11/28/12
to comp412-ga...@googlegroups.com
She is doing User Auth. I think


--
 
 

Alex Park

unread,
Nov 28, 2012, 9:39:26 PM11/28/12
to comp412-ga...@googlegroups.com
cooper can you confirm?


--
 
 

Monica Sharma

unread,
Nov 28, 2012, 9:59:04 PM11/28/12
to comp412-ga...@googlegroups.com
so is the password retrieval a possibility or what else is available?

--
 
 



--
Monica Sharma

Eric Burns

unread,
Nov 28, 2012, 11:21:48 PM11/28/12
to comp412-ga...@googlegroups.com
@Alex, according to the issue tracker, Lindsey is working on user authentication by game. (https://github.com/ericburns/gamification-library/issues/15)

@Monica, Password retrieval is a needed and it isn't taken. We should have an email table already set up, it just isn't being used. If you'd like to work on it, just post back with your GitHub username and I'll add you as a collaborator. I can create an issue for password retrieval and assign it to you.


--
Monica Sharma

--
 
 

Monica Sharma

unread,
Nov 28, 2012, 11:32:16 PM11/28/12
to comp412-ga...@googlegroups.com
sure monicasharma1053


--
 
 



--
Monica Sharma

Monica Sharma

unread,
Nov 28, 2012, 11:44:25 PM11/28/12
to comp412-ga...@googlegroups.com
can I also propose adding the little badger as a favicon for the site unless that orange bubble thing is the icon 
--
Monica Sharma

Eric Burns

unread,
Nov 28, 2012, 11:52:21 PM11/28/12
to comp412-ga...@googlegroups.com
I think that would look nice. It might depend on how our free hosting works, but it should only require that we resize the image, name it favicon.ico, and drop it into the root directory on the ftp for the site.

Monica Sharma

--
 
 

Monica Sharma

unread,
Nov 28, 2012, 11:54:31 PM11/28/12
to comp412-ga...@googlegroups.com
I know heroku doesn't have any issues but I'm not positive about 6te


--
 
 



--
Monica Sharma

Cooper W

unread,
Dec 1, 2012, 9:29:21 PM12/1/12
to comp412-ga...@googlegroups.com
Lindsey was tacking user authentication as far as I can recall.

--
 
 

Monica Sharma

unread,
Dec 2, 2012, 11:58:11 AM12/2/12
to comp412-ga...@googlegroups.com
whats the process that I need to do to create a new user? 

--
 
 



--
Monica Sharma

Eric Burns

unread,
Dec 2, 2012, 12:00:05 PM12/2/12
to comp412-ga...@googlegroups.com
Each user belongs to a game, so make sure you have a game created. Then, you should be able to navigate to localhost:3000/games/1/users (the 1 is whatever game id you want to add a user to). Just click New User on that page.




--
Monica Sharma

--
 
 

Monica Sharma

unread,
Dec 2, 2012, 12:04:16 PM12/2/12
to comp412-ga...@googlegroups.com
how do I create a game lol do I have to do this manually through the database? running localhost:3000 just takes me to the login page


--
 
 



--
Monica Sharma

Eric Burns

unread,
Dec 2, 2012, 12:07:23 PM12/2/12
to comp412-ga...@googlegroups.com
You should be able to create one by just browsing to localhost:3000/games

--
 
 

Monica Sharma

unread,
Dec 2, 2012, 12:21:32 PM12/2/12
to comp412-ga...@googlegroups.com
any idea how to resolve this

--
 
 



--
Monica Sharma

Screen Shot 2012-12-02 at 11.21.02 AM.png

Eric Burns

unread,
Dec 2, 2012, 12:24:02 PM12/2/12
to comp412-ga...@googlegroups.com
Have you run the migration files?

--
 
 

Eric Burns

unread,
Dec 2, 2012, 12:32:22 PM12/2/12
to comp412-ga...@googlegroups.com
Sorry, I just realized our developer documentation isn't really helpful at all. Here's what you'll need to do.

In your console, run this before you start the server:

rake db:drop db:create db:migrate

This drops out all the old data and runs all the migration files. This will actually create the tables you need. You're getting that error, I think, because the tables haven't been created.

Monica Sharma

unread,
Dec 2, 2012, 12:39:19 PM12/2/12
to comp412-ga...@googlegroups.com
yeah i just did bundle exec rake db:migrate and it worked 


--
 
 



--
Monica Sharma

Reply all
Reply to author
Forward
0 new messages