| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 4 months |
| seen | 13 hours ago | |
| stats | profile views | 58 |
|
Jun 15 |
accepted | Cached Controller Method? |
|
Jun 15 |
comment |
Cached Controller Method? Holy crap! That seems to be it! What a wild goose chase that was. Not sure I understand the purpose of load_and_authorize_resource' but changing to just authorize_resource' seems to have fixed it. Thank you so much. |
|
Jun 15 |
comment |
Cached Controller Method? New bug finding development added to main question.... |
|
Jun 15 |
revised |
Cached Controller Method? added 636 characters in body; edited tags |
|
Jun 15 |
comment |
Identifying source of instance variable using Rails debugger No, how could I go about that? |
|
Jun 15 |
asked | Identifying source of instance variable using Rails debugger |
|
Jun 13 |
comment |
Submitting Open Graph action for approval - submit link not active Give it another 24hrs, then if you still have trouble let me know and i'll see if I can help further. |
|
Jun 13 |
comment |
Submitting Open Graph action for approval - submit link not active I think once I got over the slight confusion over the process and submitted my action using the test user it was around 1-2 hours. |
|
Jun 13 |
comment |
Cached Controller Method? Still not got to the bottom of this one. I've tried all suggestions and nothing is working. Scaffolded a new model to see if issue occurred on that and it doesn't so it's definitely leaning towards there being some kind of duplication somewhere, though i've done extensive app and system searches that don't show any duplication anywhere. At a bit of a loss on this one. |
|
Jun 10 |
comment |
New Relic causing memory leak/bloat? Ok I will do. The Gem is no longer installed but I hope they will be able to view the logs from when he problem occurred? |
|
Jun 8 |
comment |
New Relic causing memory leak/bloat? Hi Toby, no it's not 100% resolved. It seems like it was actually the exception_notifier gem that was causing this after a few tests with & without. |
|
May 29 |
awarded | Self-Learner |
|
May 25 |
comment |
Cached Controller Method? Not that I can find, but I think it's something like that causing it. If I strip my view back to just @event.headline and then change @event to @event_show in both the view and controller, they are then working together as they should. I suppose I could fix by doing that across the show view, but I want to get to the bottom of this problem incase it's going to happen elsewhere. |
|
May 25 |
comment |
Cached Controller Method? I've tried that and even restarted my Mac |
|
May 25 |
revised |
Cached Controller Method? added 786 characters in body |
|
May 25 |
comment |
Cached Controller Method? @DaveNewton with the standard rails s command. I've not modified any settings but as I say, I did recently upgrade my Rails version. |
|
May 25 |
comment |
Cached Controller Method? @Zippie - i'll add code above in a sec |
|
May 25 |
comment |
Cached Controller Method? I'm definitely in the right version of the app, if I amend the show view with some static text it's visible on refresh. I did think about duped actions but have searched and reviewed all instances of Event.find and can't see any that could be doing it. It's going to be shockingly simple when I find it, I just know it! |
|
May 25 |
asked | Cached Controller Method? |
|
May 23 |
comment |
Routes and namespaces on filtered index action Ah, I see, I meant I wanted to change the title/keywords/description etc which I have managed through addition fields in the db. Thanks again for your help. |