Miguel Ping

Results 19 comments of Miguel Ping

Any update on this?

Got it. You need to use AWS access keys, found here: https://portal.aws.amazon.com/gp/aws/securityCredentials Here's a guide to getting the access keys: http://docs.amazonwebservices.com/ses/latest/GettingStartedGuide/GetAccessIDs.html

@oubiwann should I do a PR?

@cursive-ide Sorry I missed the notification; I do have the root module selected as the context module. However, sometimes, in some projects, it doesn't work. Another issue I have that...

So is there an equivalent of `user.as_json(methods: :permalink)` right now?

Sure, the rails docs state that you can indicate methods to be called when generating the json: http://api.rubyonrails.org/classes/ActiveModel/Serializers/JSON.html here's the relevant example: ``` user.as_json(methods: :permalink) # => { "id" =>...

I don't mind declaring the `json_fields`. I can specify fields at compile-time/class declaration, but I would like a more freeform way to declare it, something like: ``` class Widget include...

I haven't looked at the code, so can't really say there's a way to implement custom `properties`, but allowing `{:type => :method}` shouldn't be too hard. Can you point me...