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

The Archive Base Latest Questions

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

I have a rsepc test for my controller, in my test, I have the

  • 0

I have a rsepc test for my controller, in my test, I have the following code snippet:

...
params= {SOME PARAMETERS}
post :create, params

the above code test the create method in my controller, the create method create a instance object and save it into database.

Now the problem is how can I get the id of the created instance object in database?

It seems (I am not sure) I need to query the test database for this object, how to query?
(PS: I know there is Factory can be used to create object instance, BUT this is a test for controller, use Factory will loose the purpose of testing controller’s create method. So, please do not advice me to use Factory)

I would like to know how to get the id of my created object instance based on my code? Thank you:)

  • 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-20T17:38:29+00:00Added an answer on May 20, 2026 at 5:38 pm

    If you assign the object in your controller with something like

    @object = Object.new(params[:object]
    

    then it’ll be available using the assigns method, so you could do the following:

    assigns[:object].id
    

    and it will return the id, assuming it saved successfully.

    — edit —

    with RSpec 2 it seems assigns is a method call, so you provide the attribute like so

    assigns(:object)
    

    instead of the old hash-like behaviour

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

Sidebar

Related Questions

I have the following in my controller: def create @board = Board.find(session[:board]) @greeting =
I have an Rspec test for a helper method which requires access to my
I'm trying to test a method on the application controller that will be used
Rails 3, RSpec 2: In my rspec test for a controller, I'm using post
I have the following helper method (app/helpers/application_helper.rb): module ApplicationHelper #Return a title on a
I'm getting the following error: undefined method `assign' for #<RSpec::Core::ExampleGroup::Nested_1:0x0000010597f4b8> When attempting to test
I have a Posts controller and I have just installed Devise to add some
i create a customized devise registration controller and i want to test it with
I'm using Rspec2 with Watchr to test a post to a controller, like so:
I have problems to get rspec running properly to test validates_inclusion_of my migration looks

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.