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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:10:33+00:00 2026-05-28T01:10:33+00:00

I have a Ruby on Rails website. class DefinitionsController < ApplicationController caches_page :index def

  • 0

I have a Ruby on Rails website.

class DefinitionsController < ApplicationController
   caches_page :index
   def index
     responds_to do |format|
       format.json { render json: @something}
     end
   end
end

When I hit myapp.host.com/definitions.json I get my json data.
However when I call a function that uses expire_page :action => :index I won’t get a fresh update of that data, it keeps getting serving the old json file from the public dir. Another url of the website that also gets expired, but is a normal page, does come up fresh then.

I use Rails 3, hosting using Nginx and Passenger. When I run it using rails server it does work ok, so it must be something with Nginx or Passenger.

Is there something special I need to do, like call format => :json on the expire call?

  • 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-28T01:10:34+00:00Added an answer on May 28, 2026 at 1:10 am

    I believe the problem is that you haven’t told expire_page the format of the cached content, so it assumes html. Finding no cached html content, it simply does nothing.

    Try expire_page :action => :index, :format => 'json'.

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

Sidebar

Related Questions

I have a Ruby on Rails Website that makes HTTP calls to an external
I have been creating a website with Ruby on Rails, and will be hosting
I am creating a website in Ruby on Rails. I have a controller action
I have rails website that shows information from database. And I have ruby script
I am developing a Ruby on Rails website and I have an architectural question
I have a ruby on rails website. The page is dynamically loaded and generated
I am new to ruby on rails. I have a website with a lot
I have a website written on ruby 1.8.5 and rails 1.2.6. There is a
I am creating a Ruby on Rails website. The users can have avatars from
I have a website built by someone else with ruby-on-rails, and I'm now building

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.