Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

created static homepage, created simple user model, controller, & ham… #14

Merged
merged 5 commits into from
Jun 22, 2015

Conversation

mcelaney
Copy link
Contributor

…l form new view, not yet verified sign-in or created error messages

…l form new view, not yet verified sign-in or created error messages
@@ -0,0 +1,2 @@
module StaticHelper
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove empty classes - you can recreate if you end up needing it

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@@ -7,7 +7,14 @@
<%= csrf_meta_tags %>
</head>
<body>
<div id="container">
<div id="user_header">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use dashes not underscores for HTML attributes

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@@ -0,0 +1,24 @@
%h1 Sign Up
#new-form
= form_for(@user) do |f|
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line and all after should get indented to nest the form inside the new-form div

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@mcelaney
Copy link
Contributor Author

mcelaney commented Jun 3, 2015

remove these unused files that were created by generators:

app/assets/stylesheets/static.scss - done
app/assets/stylesheets/users.scss - done

Convert this file to haml - done

app/views/layouts/application.html.erb

Move spec/features/user.rb in to a factories folder, should be spec/factories/user.rb - done

@mcelaney mcelaney merged commit c60a7ec into master Jun 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants