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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T14:18:47+00:00 2026-06-05T14:18:47+00:00

I set up a new Rails application by following these instructions . I generated

  • 0

I set up a new Rails application by following these instructions. I generated a new controller and added resources :tickets to the routes file.

Hexapoda::Application.routes.draw do
  resources :tickets
end

This is the controller (`/app/controllers/tickets_controller.rb’).

class TicketsController < ApplicationController
  def index
    @tickets = Ticket.all
  end
end

I then added a new model Ticket in /app/models/ticket.rb.

class Ticket
  include MongoMapper::Document

  key :summary, String, :required => true
end

Here’s the view (/app/views/index.html.erb):

<h1>Tickets#index</h1>
<p>Find me in app/views/tickets/index.html.erb</p>

Now when I go to /tickets in my browser, I get an error message.

NoMethodError in TicketsController#index

undefined method `key?’ for nil:NilClass

I have no idea what’s going on. What could be the problem? I’m using Rails 3.2.5 and MongoMapper 0.11.1.

  • 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-05T14:18:49+00:00Added an answer on June 5, 2026 at 2:18 pm

    You need the latest MonoMapper from Master:

    gem 'mongo_mapper', github: "jnunemaker/mongomapper"
    

    And run bundle

    Explanation: Rails 3.2.4 added a accessible_attributes method to ActiveModel, but MongoMapper already had this; so they were clobbering each other.

    MM issue: Issue 419
    MM commit that fixes: 4d35c67

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

Sidebar

Related Questions

I've set up a new Rails 2.3.2 app and added the Basecamp API ruby
I'm currently trying to set up integration/acceptance testing for a new rails 3 application
In Rails 3 edge, I have set up two nested resources like this: config/routes.rb
Following this snippet , I have set-up in my rails application to highlight the
I have an existing rails application to which i am adding a new controller
Delphi 2010 has a nice set of new file access functions in IOUtils.pas (I
I'm using flickr-fu gem within a rails application for flickr api integration. I'm following
In my new Rails application (it's my first one!) Users can manage their Clients
I'm trying to set up a rails 3.2 app with the new compass-rails gem
I'm new to rails (using 3.2.1) and I was following the i18n-guide on rails

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.