[Rails] Re: Form is not saving data upon submission

2016-03-09 Thread David Williams
Hassan Schroeder wrote in post #1182051: > On Tue, Mar 8, 2016 at 4:00 PM, David Williams > wrote: > > ?! You're creating a form tag within a form tag - not valid HTML in > any way. And that outer form has no method or action attributes, so > not much is ever going to happen, as you see :-) > > --

[Rails] Re: Form is not saving data upon submission

2016-03-08 Thread David Williams
After attempting to create a record in the console. I get the output below (0.5ms) begin transaction Article Exists (0.0ms) SELECT 1 AS one FROM "articles" WHERE ("articles"."id" != 12) AND "articles"."slug" = ? LIMIT 1 [["slug", "wow-the-movie-was-great"]] (0.0ms) rollback transac