Skip to content

Conversation

@halo93
Copy link
Owner

@halo93 halo93 commented Oct 24, 2016

No description provided.

.byebug_history Outdated
continue
params[:id]
params
@user.name

Choose a reason for hiding this comment

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

remove file


private

def user_params

Choose a reason for hiding this comment

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

indent

private

def user_params
params.require(:user).permit(:name, :email, :password,

Choose a reason for hiding this comment

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

remove()

@@ -1,2 +1,7 @@
module UsersHelper
def gravatar_for(user, size: 80)

Choose a reason for hiding this comment

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

remove ()

@@ -1,11 +1,9 @@
<% provide(:title, "About") %>
<h1>About</h1>
<% provide(:title, t(".title")) %>

Choose a reason for hiding this comment

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

remove()

D, [2016-10-18T14:18:26.316876 #19323] DEBUG -- : ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]
D, [2016-10-18T14:18:26.319757 #19323] DEBUG -- :  (0.0ms) begin transaction
D, [2016-10-18T14:18:26.320878 #19323] DEBUG -- : SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "production"], ["created_at", 2016-10-18 07:18:26 UTC], ["updated_at", 2016-10-18 07:18:26 UTC]]
D, [2016-10-18T14:18:26.372203 #19323] DEBUG -- :  (51.0ms) commit transaction

Choose a reason for hiding this comment

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

remove file

log/test.log Outdated
Rendered layouts/_header.html.erb (0.4ms)
Rendered layouts/_footer.html.erb (0.5ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)
 (0.1ms) rollback transaction

Choose a reason for hiding this comment

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

remove file

@@ -1,4 +1,4 @@
require 'test_helper'
require "test_helper"

Choose a reason for hiding this comment

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

checkout file

assert_select "a[href=?]", root_path, count: 2
assert_select "a[href=?]",help_path
assert_select "a[href=?]",contact_path
assert_select "a[href=?]",about_path

Choose a reason for hiding this comment

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

checkout file

require 'rails/test_help'
ENV["RAILS_ENV"] ||= "test"
require File.expand_path("../../config/environment", __FILE__)
require "rails/test_help"

Choose a reason for hiding this comment

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

checkout file

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.

3 participants