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 7439465
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:42:38+00:00 2026-05-29T10:42:38+00:00

Progress: #== Schema Information # # Table name: progresses # # id :integer not

  • 0

Progress:

#== Schema Information
#
# Table name: progresses
#
#  id         :integer         not null, primary key
#  width      :integer         default(0)
#  course_id  :integer         not null
#  created_at :datetime        not null
#  updated_at :datetime        not null
#

class Progress < ActiveRecord::Base
    has_many:progress_comments
    belongs_to:course
end

Course:

# == Schema Information
#
# Table name: courses
#
#  id         :integer         not null, primary key
#  courseName :string(50)      not null
#  place      :string(100)     not null
#  startTime  :datetime        default(2012-02-10 00:39:52 UTC)
#  endTime    :datetime
#  teacher    :string(20)      default("nil_teacher")
#  reason     :text            not null
#  upNum      :integer         default(0)
#  downNum    :integer         default(0)
#  day        :integer         not null
#  school_id  :integer         not null
#  created_at :datetime        not null
#  updated_at :datetime        not null
#

class Course < ActiveRecord::Base
    #attr_acessssible:
    #validates :courseName, presence: true
    has_many:remarks
    has_many:reviews
    has_one:progress
    has_and_belongs_to_many:course_catagories
    belongs_to:school
end  

while I want to create a progress by
Course.first.progress.create(...)
It appears in rails console:
undefined method 'create' for nil:NilClass
Anyone get some ideas?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-05-29T10:42:38+00:00Added an answer on May 29, 2026 at 10:42 am

    Try using Course.first.create_progress(...); the progress.create format is for multiple associations such as a has_many.

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

Sidebar

Related Questions

We are monitoring the progress of a customized app (whose source is not under
I need a little information about how can I interact with my Horizontal Progress
I am using following code, but my progress bar is not displaying in the
I have a table that has this schema: create table mytable (creation_date timestamp, value
Objective : Make a progress bar where users can check how much of a
I'm using a progress bar to display the battery status. If the user clicks
I would like a progress bar to appear in the console window while a
I have made some progress with the DataList and UserControl this morning but I
I have a progress bar to show the status of the program loading songs
while showing progress bar i want to disable touch screen to restrict other functionalities

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.