Re: [Rails] devise administrating users

2017-08-08 Thread fugee ohu
On Tuesday, August 8, 2017 at 8:26:37 AM UTC-4, Walter Lee Davis wrote: > > The order of inclusion in the routes file is important here. If you have: > > devise_for :users > > [followed by] > > resources :users > > ...then the rake routes command will show you that the `user PATCH` path >

Re: [Rails] Computer Science in Ruby

2017-08-08 Thread Antônio Augusto Sousa Britto
cool, congratulations!  Att, [image: --] Antonio Augusto [image: http://]about.me/aaugusto [image:

Re: [Rails] Fixed I Love Ruby broken link

2017-08-08 Thread Karthikeyan A K
Thanks to Ruby and Free Software community, I am earning my bread for many years now. I have to do something so that people can learn for free and can possibly start to earn. On Tue, Aug 8, 2017 at 9:10 PM, nynhex wrote: > Great read, thanks for publishing this! > > On Aug 8,

Re: [Rails] Fixed I Love Ruby broken link

2017-08-08 Thread nynhex
Great read, thanks for publishing this! > On Aug 8, 2017, at 10:31 AM, Karthikeyan A K <77mi...@gmail.com> wrote: > > Hello People, > > Have fixed some broken links for https://mindaslab.github.io/I-Love-Ruby/ > . I hosted I Love Ruby book on > Open

[Rails] Fixed I Love Ruby broken link

2017-08-08 Thread Karthikeyan A K
Hello People, Have fixed some broken links for https://mindaslab.github.io/I-Love-Ruby/ . I hosted I Love Ruby book on Open Mail Box, but now since they have made their service paid, I have moved to github 100%. Hope you find my book useful. -- Karthikeyan A K -- You received this message

[Rails] Computer Science in Ruby

2017-08-08 Thread Jesus Castello
Hello! I wrote a 3-part series about computer science concepts in Ruby with code examples you can use right away. Here's are the links for your convenience: 1. Practical Computer Science in Ruby: Using Stacks to Solve Problems

Re: [Rails] devise administrating users

2017-08-08 Thread Walter Lee Davis
The order of inclusion in the routes file is important here. If you have: devise_for :users [followed by] resources :users ...then the rake routes command will show you that the `user PATCH` path will be handled by the users_controller. If you have those two in the opposite order, then you

[Rails] devise administrating users

2017-08-08 Thread fugee ohu
How do I edit users when i have devise_for :users and resources :users I have a users controller with it's own whitelist and then I can whitelist for devise in application_controller.rb What's the status of the crud users controller and it's whitelist? I've been trying to edit a user but the

[Rails] i can't use my import react

2017-08-08 Thread eben sinaga
Hi there, I am using gem 'react-rails' for rails. I have one questions why my import react doens't working on my assets ? thx -- 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