293 reputation
28
bio website
location
age
visits member for 1 year, 3 months
seen 10 hours ago
stats profile views 52

Dec
6
asked Multiple attachements with ActionMailer?
Nov
29
comment Rails PaperTrail versioning
Ah, yes same thing! Edited above now. The approve action does update the approved field correctly, but I guess has_paper_trail is working on before_update rather than after, which makes sense if it's recording a version before changes are made.
Nov
29
comment Rails PaperTrail versioning
I know it's probably not best practise, but my approval is handled within my controller with @product.approved = true @product.save. However, am I right in thinking @product.save should be firing the update?
Nov
29
asked Rails PaperTrail versioning
Nov
15
awarded  Teacher
Oct
29
comment Migrating a Heroku Postgres Database from a Dev to Basic Plan
That's the guide I followed. I'm just confused about the pg info above.
Oct
29
asked Migrating a Heroku Postgres Database from a Dev to Basic Plan
Oct
20
accepted Grouping created_at by date only?
Oct
20
comment Grouping created_at by date only?
Perfect! So simple and pretty obvious, feel a little stupid now. Thanks for your answer.
Oct
20
asked Grouping created_at by date only?
Oct
18
asked Papertrail versioning & storing current versions?
Oct
12
answered Bootstrap Nav-List alignment / browser compatibility
Oct
12
comment Bootstrap Nav-List alignment / browser compatibility
Are the event types and counts horizontally aligned? I've only tried it in an emulator (netrenderer.com) and it looks terrible on all IE versions. My partner us using IE9 on his PC and it's misaligned for him!?! Think I should recode this though, at least until I can get it to render as expected in the emulator.
Oct
12
revised Bootstrap Nav-List alignment / browser compatibility
edited title
Oct
12
asked Bootstrap Nav-List alignment / browser compatibility
Oct
11
comment Direct Uploads to S3 using Carrierwave
Hi Pjam, great tutorial! I'm working through it now and have two questions. In the form tag, should 'data-direct-upload' be class='data-direct-upload'? Also, where should I place the JS that sets the form's key values etc?
Oct
9
comment Direct Uploads to S3 using Carrierwave
Wow, thanks for the great answer. I think your tutorial is closer to what I am trying to achieve so I will work through it now. I'll feedback on how I get on with it. thanks again!
Oct
4
accepted Rails 3.1 has_many through - recurring nightmare
Oct
4
accepted Rails validation on custom action
Oct
4
accepted Rails 3.1 - Using Devise/Cancan with Prawn