Creating user login page

I’m currently in the process of creating a new website. How would I go about creating a page where customers can create user login information (i.e email, username, password, first name, last name, etc)? and also login if they already have an account with my company?

I have tried https://github.com/sujoyg/user_authentication but still no luck. I am currently using a mac. Does anyone have any suggestions?

Thanks,

Coco Jazz

I have tried https://github.com/sujoyg/user_authentication but still no luck. I am currently using a mac. Does anyone have any suggestions?

The link you provided contain the both sign-up and login module. Can you please tell in which step you have stuck, what are the errors you are getting etc?

I downloaded the files provided in the link, however once I attempt to install the bundle this message comes up in terminal.

[!] There was an error parsing Gemfile: syntax error, unexpected keyword_end, expecting end-of-input. Bundler cannot continue.

from /Users/jazz/Code/Ruby/project1/Gemfile:18

-------------------------------------------

# gem ‘debugger’

end

-------------------------------------------

SMH. Then how about pasting or (better) gisting your entire Gemfile?

Coco,

Are you building a sandbox app to explore authentication in Rails? Or are you building a product that needs a user account system?

Respectfully,

Cody Skidmore