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 GitHub - sujoyg/user_authentication: A Rails engine for email and password based email authentication. but still no
luck. I am currently using a mac. Does anyone have any suggestions?

Thanks,

Coco J.

I have tried GitHub - sujoyg/user_authentication: A Rails engine for email and password based email 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

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

On Sat, Jul 11, 2015 at 11:36 AM, Coco J. [email protected]
wrote:

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.

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


Hassan S. ------------------------ [email protected]

twitter: @hassan
Consulting Availability : Silicon Valley or remote

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 S.