[Rails] testing: setting checkbox value

2011-10-08 Thread aamax
I have been working through Hartl's tutorials and am in chapter 11... almost done with it but have found a couple problems and am at a loss for solving them. First, prior to trying to add the ability to edit admin status all my tests were passing and if i take that one test out they pass ag

[Rails] Client-side work, removing Rails out of the equation

2011-10-08 Thread Marcelo de Moraes Serpa
I was wondering how what you do when you have some serious client-side work to do on a Rails app. Good practice tells us to start from testing, so let's say we either: 1) Have Implement a bare-bones html (non-ajax) version of the feature using an outside-in testing process already. 2) We don't (ar

[Rails] Re: tutorials update: how to install ror on fedora 15 and ubuntu 11.04

2011-10-08 Thread ruby LED
update pls -- Posted via http://www.ruby-forum.com/. -- 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@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk

[Rails] Re: Inexpensive Rails Hosting for Small Business Client

2011-10-08 Thread trans
On Oct 7, 10:33 am, Danaka Kahn wrote: > On Fri, Oct 7, 2011 at 8:44 AM, Martin Wawrusch wrote: > > No, it is 0. There website is confusing, they are aware of this and are > > hopefully clarifying this, > > > On Fri, Oct 7, 2011 at 5:39 AM, trans wrote: > > >> On Oct 6, 5:18 pm, jason white w

[Rails] Re: Recommended SOAP library

2011-10-08 Thread Keith Pitty
Another +1 from me for Savon. Keith On Oct 9, 5:59 am, Ylan wrote: > +1 on Savon. Worked pretty painlessly for me. > > -- > Ylan -- 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@goog

Re: [Rails] Re: Javascript Testing Framework

2011-10-08 Thread Peter Vandenabeele
On Oct 6, 2:31 pm, Jose Bonnet wrote: > Hi! > Have you heard about Jasmine? On Sat, Oct 8, 2011 at 10:57 PM, Alex Shenoy wrote: > That looks really good. I like that there is a Gem for it. I installed > it for one of my apps. I'll give it a go. > At Acamp, Jonas Nicklas explained us about

[Rails] Sharing popover.rhtml among different partials

2011-10-08 Thread Viral
Hello, I have product page and in that there are different containers (Product description, Owners, etc).. Each container have "edit" button and when user click on edit button, a popover window is open with the content in editable mode (Similar to G+ profile editing). I have code for popover i

[Rails] Re: Javascript Testing Framework

2011-10-08 Thread Alex Shenoy
That looks really good. I like that there is a Gem for it. I installed it for one of my apps. I'll give it a go. Thanks, Alex Shenoy On Oct 6, 2:31 pm, Jose Bonnet wrote: > Hi! > Have you heard about Jasmine? > > Cheers, > jb > > Em Out 5, 2011 10:25 Depois do meio-dia, "Alex" > escreveu: > >

[Rails] Re: Rails 3 Select_tag in javascript give missing ; error

2011-10-08 Thread Viral
Thanks you guys for prompt response. It was helpful. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/rdACUO59qUAJ. To post to this group, send em

Re: [Rails] Looking for a Rails book for a Ruby programmer

2011-10-08 Thread Jeffrey L. Taylor
Quoting Mateusz W. : > Hey guys, > > I want to learn Ruby on Rails. I have quite a bit of Ruby experience, > I've been programming in it full time for the past few months. I've been > looking for a book that would give me a good overview of Rails, but that > doesn't go into Ruby specifics. Somethi

[Rails] Recommended SOAP library

2011-10-08 Thread Ylan
+1 on Savon. Worked pretty painlessly for me. -- Ylan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/KSSYlL8TNtoJ. To post to this group, sen

[Rails] Looking for a Rails book for a Ruby programmer

2011-10-08 Thread Mateusz W.
Hey guys, I want to learn Ruby on Rails. I have quite a bit of Ruby experience, I've been programming in it full time for the past few months. I've been looking for a book that would give me a good overview of Rails, but that doesn't go into Ruby specifics. Something short that will get me up to s

[Rails] Unable to install required gems

2011-10-08 Thread Sushil Gupta
Hello there! I have used RailsInstaller in my Win7 as environment. Lately, I have been unable to install required gems using bundle install which produces result similar to below: ... ... Using sqlite3 (1.3.4) Using uglifier (1.0.3) C:/RailsInstaller/Ruby1.9.2/lib/ruby/site_ruby/1.9.1/rubygems/r

[Rails] Re: Heroku application error

2011-10-08 Thread Sushil Gupta
Thank you, that worked. :) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/dCRA5UbeUi4J. To post to this group, send email to rubyonrails-talk@go

[Rails] Re: Why does this work?

2011-10-08 Thread Jonathan Telfer
Thanks for that - I won't miss all those hash arrows. I also found more info here for anyone else who's interested: http://devlicio.us/blogs/sergio_pereira/archive/2008/12/31/playing-with-ruby-1-9-name-parameters-sort-of.aspx On Oct 7, 9:52 pm, Frederick Cheung wrote: > On Oct 7, 7:45 pm, Jonat