search for: _agile

Displaying 4 results from an estimated 4 matches for "_agile".

Did you mean: agile
2011 Oct 26
3
My Ruby on Rails procedures and projects
...the smoothness and user-friendliness of its Ubuntu-based counterparts without the heavy Ubuntu overhead. And given the uncertainties about the future of Ubuntu, I prefer not depending on this distro. My page will point you to my deployment of the chapter 2 demo app from the 4th edition of the book _Agile Web Development with Rails_. I will be adding additional procedures and links to additional deployments in the days ahead. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JY...
2011 Nov 13
1
How do you execute "rails runner" in Heroku?
I''m going through the 4th edition of the book _Agile Web Development in Rails_. One of the exercises involves automatically creating 100 orders. The command to run locally is "rails runner script/load_orders.rb". I have no problems here - it works. What''s the command for running this in the deployed Heroku application? -- Y...
2007 Feb 04
10
Spec''ing ActionMailer
Good morning (Pacific Time). I have a controller action that, as a side-effect, sends an email to an administrator. I want it to do something like this: specify "when someone successfully signs up, an email should be sent to the administrator with the person''s contact page" do post :signup, {...lots o'' params} response should_be success #
2006 Jun 21
12
Question{maybe silly] Sanity check
This maybe a silly question and the fact that I need a sanity check might even be weirder, but I''m trying to set realistic expectations for myself. I''ve been reading reading reading AWDWR, Ruby on Rails, some of the PickAxe, and even done a few recipes from Rails Recipes. This is all of two weeks. I feel that I''ve learned a considerable amount but going through the