Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8338097
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T04:29:24+00:00 2026-06-09T04:29:24+00:00

I have an ActiveRecord and when i click on save all records are saved

  • 0

I have an ActiveRecord and when i click on save all records are saved except the date.

My contorller

class UsersController < ApplicationController

def create
  puts params[:user]
   @user1 = User.new(params[:user])
   if @user1.save
    saveduser = User.where("fbid = ?",params[:user][:fbid])
    unless saveduser.first.nil?
    session[:user] = saveduser.first
   end
   puts "user saved "
  redirect_to "/users/dashboard"
  else
    puts "error while saving user"
  end  
 end

The view

<h3>User Details</h3>
 <%= form_for(@user) do |f| %>
<table>
  --some columns
<tr>
  <td><%= f.label :state %></td>
  <td> <%= f.text_field :state %></td>
</tr>
<tr>
  <td><%= f.label :dob %></td>
  <td> <%= f.text_field :dob %></td>
</tr>
  <%= f.hidden_field :fbid  %>
 </table> 
  <%= f.submit %>
<% end %>
<table>

In console when create method is called in UserController . I can see

{"username"=>"xxxx.xx.94", "firstname"=>"xxxx", "lastname"=>"Raxxstogi", "emaild"=>"xx.xxx@gmail.com", "city"=>"Los Angeles", "country"=>"USA", "state"=>"CA", "dob"=>"08/13/1983", "fbid"=>"xxx"}

My DB table column is

dob | date | YES | | NULL |

Where is it going wrong?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T04:29:25+00:00Added an answer on June 9, 2026 at 4:29 am

    You are using a text_field in your form to save into a Date type field in the DB. Try instead to use the date helper methods as described here:
    http://guides.rubyonrails.org/form_helpers.html#using-date-and-time-form-helpers

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an ActiveRecord before_save method throwing an odd error: class MyThing < ActiveRecord::Base
I have two ActiveRecord models of the same class: #1: represents the current committed
I have a simple ActiveRecord model called Student with 100 records in the table.
I have an Rails ActiveRecord group query: a = Product.select(date(date) as date, count(id) as
I have a standard ActiveRecord model with the following: class MyModel < ActiveRecord::Base custom_method
I have an ActiveRecord class - lets call it comments - which has an
I have an ActiveRecord called Name which contains names in various Languages . class
I have two ActiveRecord classes. A simplified view of these classes: class Account <
I have an ActiveRecord model whose fields mostly come from the database. There are
I have an ActiveRecord model with a field called name (in the database) and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.