Re: [Rails] Most popular IDEs for Ruby on Rails development

2010-03-12 Thread Curtis Cooley
://groups.google.com/group/rubyonrails-talk?hl=en. -- Curtis Cooley curtis.coo...@gmail.com home:http://curtiscooley.com blog:http://ponderingobjectorienteddesign.blogspot.com === Leadership is a potent combination of strategy and character. But if you must be without one, be without

Re: [Rails] cucumber/webrat field issue

2010-02-28 Thread Curtis Cooley
. -- Curtis Cooley curtis.coo...@gmail.com home:http://curtiscooley.com blog:http://ponderingobjectorienteddesign.blogspot.com === Leadership is a potent combination of strategy and character. But if you must be without one, be without the strategy. -- H. Norman Schwarzkopf -- You received

Re: [Rails] Couldn't find without an ID

2010-02-23 Thread Curtis Cooley
to rubyonrails-t...@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. -- Curtis Cooley curtis.coo...@gmail.com home:http

Re: [Rails] Captcha Trouble

2010-02-20 Thread Curtis Cooley
...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. -- Curtis Cooley curtis.coo...@gmail.com home:http://curtiscooley.com blog:http://ponderingobjectorienteddesign.blogspot.com === Leadership is a potent combination

Re: [Rails] Re: Captcha Trouble

2010-02-20 Thread Curtis Cooley
use a simple email challenge. Of course that meant I had to learn ActionMailer, but that's built in. -- Curtis Cooley curtis.coo...@gmail.com home:http://curtiscooley.com blog:http://ponderingobjectorienteddesign.blogspot.com === Leadership is a potent combination of strategy

Re: [Rails] Re: undefined method join

2010-02-11 Thread Curtis Cooley
for strings.  Arrays of strings, yes, a single string, no. And it doesn't even makes sense, since join takes an array and returns each element into a String. What would one expect from Hello, World.join ? -- Curtis Cooley curtis.coo...@gmail.com home:http://curtiscooley.com blog:http

Re: Re: [Rails] undefined method join

2010-02-11 Thread Curtis Cooley
...@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. -- Curtis Cooley curtis.coo...@gmail.com home:http://curtiscooley.com blog:http

Re: [Rails] Password Requests?

2010-02-09 Thread Curtis Cooley
, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. -- Curtis Cooley curtis.coo...@gmail.com home:http://curtiscooley.com blog:http://ponderingobjectorienteddesign.blogspot.com === Leadership is a potent combination of strategy and character. But if you

Re: [Rails] Re: Password Requests?

2010-02-09 Thread Curtis Cooley
the password to the new one. It should work a lot like the registration page. Then when a user requests a new password, you randomly generate one, set it as there password, then email them to new password and a link the change password page. -- Curtis Cooley curtis.coo...@gmail.com home:http

Re: [Rails] Re: error with WEBrick server

2010-01-19 Thread Curtis Cooley
to this group, send email to rubyonrails-t...@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. -- Curtis Cooley curtis.coo...@gmail.com

Re: [Rails] Re: puts logger ... flush immediately

2010-01-18 Thread Curtis Cooley
to standard error since that was not buffered and you saw it in real time. -- Curtis Cooley curtis.coo...@gmail.com home:http://curtiscooley.com blog:http://ponderingobjectorienteddesign.blogspot.com === Leadership is a potent combination of strategy and character. But if you must be without one

Re: [Rails] git clone locally

2010-01-18 Thread Curtis Cooley
to make a back-up of your repository), but still avoid the usual git aware transport mechanism, --no-hardlinks can be used. -- Curtis Cooley curtis.coo...@gmail.com home:http://curtiscooley.com blog:http://ponderingobjectorienteddesign.blogspot.com

Re: [Rails] Training

2010-01-16 Thread Curtis Cooley
focused on getting you from rails developer to rails contributor, but they also help you learn rails because before you can contribute to it, you need to learn it. -- Curtis Cooley curtis.coo...@gmail.com home:http://curtiscooley.com blog:http://ponderingobjectorienteddesign.blogspot.com

Re: [Rails] Problem with polymorphic

2010-01-13 Thread Curtis Cooley
. I'm betting a NoMethodError on nil for delete. -- Curtis Cooley curtis.coo...@gmail.com home:http://curtiscooley.com blog:http://ponderingobjectorienteddesign.blogspot.com === Leadership is a potent combination of strategy and character. But if you must be without one, be without

Re: [Rails] Re: Weird POST/PUT behavior

2010-01-12 Thread Curtis Cooley
. And it broke things. Plus, I just discovered that the Rails Recipes book is for Rails 1.0. Sheesh, I just bought it :( Perhaps the post back model isn't encouraged any more despite it's DRYness. -- Curtis Cooley curtis.coo...@gmail.com home:http://curtiscooley.com blog:http

Re: [Rails] Re: action mailer

2010-01-12 Thread Curtis Cooley
of just pretending everything worked. -- Curtis Cooley curtis.coo...@gmail.com home:http://curtiscooley.com blog:http://ponderingobjectorienteddesign.blogspot.com === Leadership is a potent combination of strategy and character. But if you must be without one, be without the strategy. -- H

Re: [Rails] Actionmailer and Mass Mailing

2010-01-11 Thread Curtis Cooley
this group at http://groups.google.com/group/rubyonrails-talk?hl=en. -- Curtis Cooley curtis.coo...@gmail.com home:http://curtiscooley.com blog:http://ponderingobjectorienteddesign.blogspot.com === Leadership is a potent combination of strategy and character. But if you must

[Rails] Weird POST/PUT behavior

2010-01-11 Thread Curtis Cooley
it is a PUT. Any ideas? I've hacked around it for now by checking for POST or PUT but that feels, well, hacky. Frankly I'm a little disappointed in the recipe. For it to work, you'll need to change your form and possibly your routes.rb file, but those details are left out :( -- Curtis Cooley

Re: [Rails] Problem with Sessions

2010-01-09 Thread Curtis Cooley
to rubyonrails-talk+unsubscr...@googlegroups.comrubyonrails-talk%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. -- Curtis Cooley curtis.coo...@gmail.com home:http://curtiscooley.com blog:http

Re: [Rails] Problem with Sessions

2010-01-09 Thread Curtis Cooley
creation the site begins to work again. What's in the log file? Perhaps there's a clue there. -- Curtis Cooley curtis.coo...@gmail.com home:http://curtiscooley.com blog:http://ponderingobjectorienteddesign.blogspot.com === Leadership is a potent combination of strategy and character

[Rails] Factories, Authentication, and Roles, oh my!

2010-01-06 Thread Curtis Cooley
I'm pretty new to rails, but I've had many years programming in Java. What I'm looking to find is the rails way of implementing some clean way of controlling what the user sees based on the user's role. The Rails Recipes book has a nice clean implementation of user roles and I've implemented

[Rails] ActionMailer intermittent test failure

2010-01-06 Thread Curtis Cooley
? -- Curtis Cooley curtis.coo...@gmail.com home:http://curtiscooley.com blog:http://ponderingobjectorienteddesign.blogspot.com === Leadership is a potent combination of strategy and character. But if you must be without one, be without the strategy. -- H. Norman Schwarzkopf -- You

[Rails] Re: ActionMailer intermittent test failure

2010-01-06 Thread Curtis Cooley
ActionMailer or ActionMailer::TestCase failures? -- Curtis Cooley curtis.coo...@gmail.com home:http://curtiscooley.com blog:http://ponderingobjectorienteddesign.blogspot.com === Leadership is a potent combination of strategy and character. But if you must be without one, be without

Re: [Rails] Re: Updating table data

2010-01-06 Thread Curtis Cooley
at it, check every row, and do this on every row, so we can populate that new column. If the value of the column is the same for every row, can't you just use default value when you create the column? -- Curtis Cooley curtis.coo...@gmail.com home:http://curtiscooley.com blog:http