[Rails] Booz Digital is seeking Bi-Lingual Full Stack Rails Developer (Spanish/English)

2014-03-29 Thread Sierra Kulak
Happy Friday Everyone! We are doing some international work and are seeking talent who have strong communication skills in both Spanish (Mexico) and English. Interested in developers who enjoy learning new technologies. - Developer (HTML, CSS, JS/Jquery, Ruby on Rails) 1-3yrs experience,

Re: [Rails] Trigger before save and after save from external process?

2014-03-29 Thread Jeff
What do people who use SequelPro (and related tools) do to trigger their action filters usually? Writing an API sounds ideal but what if you have little control over the tool. On Friday, March 28, 2014 6:46:37 AM UTC-7, mike2r wrote: On Friday, March 28, 2014 8:47:24 AM UTC-4, Hassan

[Rails] rails 4 link_to post method

2014-03-29 Thread Me
I have a rails 4 app that has a link_to with a post method but I keep getting: No route matches [GET] /payments/136330 %= link_to(Buy Now, buy_path(list_item), :method = :post) % Ideas?? -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group.

[Rails] Re: rails 4 link_to post method

2014-03-29 Thread Me
Route, post 'payments/:list_item_id', to: 'payments#buy', :as = :buy On Saturday, March 29, 2014 12:02:45 PM UTC-5, Me wrote: I have a rails 4 app that has a link_to with a post method but I keep getting: No route matches [GET] /payments/136330 %= link_to(Buy Now, buy_path(list_item),

Re: [Rails] Re: rails 4 link_to post method

2014-03-29 Thread Arun kant sharma
Please change your name from Me to something else. It's confusing. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [Rails] Re: rails 4 link_to post method

2014-03-29 Thread Loganathan Sellapa
Hi, Can you copy your full routes.rb, I believe you should place the route at before the route resources :payment Regards, Logan Sent from mobile device On 29 Mar 2014 22:34, Me chabg...@gmail.com wrote: Route, post 'payments/:list_item_id', to: 'payments#buy', :as = :buy On Saturday,

Re: [Rails] Re: rails 4 link_to post method

2014-03-29 Thread Chris Habgood
That is the only route for that controller. On Sat, Mar 29, 2014 at 12:33 PM, Loganathan Sellapa loganathan...@gmail.com wrote: Hi, Can you copy your full routes.rb, I believe you should place the route at before the route resources :payment Regards, Logan Sent from mobile device