[Rails] Re: Creating user login page

2015-07-13 Thread Cody Skidmore
Coco, Are you building a sandbox app to explore authentication in Rails? Or are you building a product that needs a user account system? Respectfully, Cody Skidmore -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubs

Re: [Rails] Help getting started

2015-06-30 Thread Cody Skidmore
Colin is right about switching to Mac or Linux. If you really want to use Ruby & Rails, setup up a VM in VirtualBox. I use Linux Mint which is great for traditional Windows users. Be fearless and jump right in. Google Search is your friend. -- You received this message because you are subscrib

[Rails] Re: Correct location for ActionMailer interceptor

2015-06-27 Thread Cody Skidmore
Thank you Elizabeth. I'm new to Rails so poking around in the Rails source is insightful. Usually the test case is a good guide for how to use a piece of code. The interceptor is declared right inside the test case. The documentation and the test seem to imply that I should declare the interce

[Rails] Correct location for ActionMailer interceptor

2015-06-26 Thread Cody Skidmore
I read the Rails documentation for creating an email interceptor. It mentions putting the registration in config/initializers, However, there's no mention about where I should store the interceptor itself. What is the best practice for this? -- You received this message because you are subscri

Re: [Rails] Re: Best IDEs for Ruby on Rails

2015-06-19 Thread Cody Skidmore
+1 for RubyMine. It's an excellent, affordable ($50 for a personal license) IDE. I use scripts a lot, but for code editing and debugging it's a great tool. > > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this gr

[Rails] Re: Want to learn Ruby on rails from scratch

2015-06-03 Thread Cody Skidmore
rails-ninja-training Regards, Cody Skidmore -- 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 rubyonrails-talk+unsubscr...@googlegroups.com. To pos

[Rails] Feedback gem Recommendation

2015-06-01 Thread Cody Skidmore
ayout so it is accessible from anywhere. I'm using Rails 4.2 & Ruby 2.2.1. Thank you in advance. Respectfully, Cody Skidmore -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop

[Rails] Re: How to implement user role with user panel

2015-05-29 Thread Cody Skidmore
I'd also recommend looking the catalog of gems on this website (or others). https://www.ruby-toolbox.com If you don't you might be facepalming yourself few times. On Friday, May 29, 2015 at 9:06:58 AM UTC-4, Cody Skidmore wrote: > > You should probably use Devise &am

[Rails] Re: How to implement user role with user panel

2015-05-29 Thread Cody Skidmore
You should probably use Devise & Cancan. https://github.com/plataformatec/devise https://github.com/ryanb/cancan They're pretty easy to use and very powerful. On Thursday, May 28, 2015 at 2:26:39 PM UTC-4, kernelre...@gmail.com wrote: > > Hello, > > I'm currently try to develop my first web app

Re: [Rails] Re: can rails be more friendly to windows user?

2015-05-21 Thread Cody Skidmore
rks fine on Windows 7 x64, Windows 8, and Windows 8.1. Cygwin and > other solutions are much more hackish. > > > > > > On Wed, May 20, 2015 at 8:45 AM, Cody Skidmore > wrote: > >> I tried Rails development a couple of ways including Cygwin. It's too &g

[Rails] Re: can rails be more friendly to windows user?

2015-05-20 Thread Cody Skidmore
) and haven't looked back. I'm not a Windows hater or a Linux fan-boy. I'm just pragmatic and use tools that work. Respectfully, Cody Skidmore -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from

[Rails] Re: Unable Send Email through SMTP

2015-04-24 Thread Cody Skidmore
t 9:13:50 AM UTC-4, Cody Skidmore wrote: > > Are you using an ordinary gmail account or a domain account hosted on > Google Apps? For the former, you can turn on "Access for less secure > apps" in the account settings. If you're using the latter, you must use > SSL.

[Rails] Re: Unable Send Email through SMTP

2015-04-24 Thread Cody Skidmore
Are you using an ordinary gmail account or a domain account hosted on Google Apps? For the former, you can turn on "Access for less secure apps" in the account settings. If you're using the latter, you must use SSL. I'm not sure your port is correct. The following is a working configuration usi

Re: [Rails] Re: Emails Not Sending

2015-04-18 Thread Cody Skidmore
Nice tip. Thanks. On Saturday, April 18, 2015 at 9:31:34 AM UTC-4, Robert O'Connor wrote: > > I would also advise using mailcatcher in development...you don't need > gmail in development -- only maybe when you deploy to test production > settings... > > On 04/16/2015 08:19 AM, Sai Ch wrote: >

[Rails] Re: Emails Not Sending

2015-04-16 Thread Cody Skidmore
7;, :password => 'yourpassword', :domain => 'yourdom...@example.com', :ssl=> true } This is a great video tutorial on setting up devise: https://www.youtube.com/watch?v=YnGuALpJN1M Respectfully, Cody Skidmore -- You received this messa

[Rails] Emails Not Sending

2015-04-15 Thread Cody Skidmore
I use devise with Google apps hosted email which requires ssl. I'll post the configuration tomorrow. -- 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 ruby

[Rails] Re: Cannot install Rails

2014-09-15 Thread Cody Skidmore
the Internet makes jumping to Linux much easier too. If you're game, try building a VM or even a dual boot machine running Linux to develop Rails apps. I doubt you'll regret it. Respectfully, Cody Skidmore On Sunday, September 14, 2014 11:07:47 AM UTC-4, Rohan Sarker wrote: > >