310 reputation
29
bio website
location
age
visits member for 1 year, 4 months
seen 3 hours ago
stats profile views 59

4h
asked Rails Ajax Form to add new associated record
8h
comment Foreign character issue with CSV import to Heroku Postgres DB
I also get and error on approach two: NoMethodError: undefined method `encoding'
8h
comment Foreign character issue with CSV import to Heroku Postgres DB
Thanks Paulo. I can't seem to get the ensure_encoding gem to work. It keeps giving me undefined method errors when I call it.
10h
asked Foreign character issue with CSV import to Heroku Postgres DB
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.