[Rails] RoR developer for start-up [Europe/remotely]

2013-08-02 Thread Chita B.
Hi guys, We are looking for a candidate who can extend our team. Requirements: * +1.5 years of experience building Ruby/Rails/Sinatra web applications, * Postgres, mongoDB * TDD approach rspec, capybara * Experience with Javascript/jQuery (good to have: AngularJS, Backbone.js) * Experience with

Re: [Rails] Just passing this along: Free Book

2013-08-02 Thread Dave Aronson
On Fri, Aug 2, 2013 at 5:04 PM, Tamara Temple wrote: > O'Reilly has a free download, apparently through a company called > SAVVIS. No affiliation, just passing this along… > > http://go.savvis.net/paas > > You give them some contact info, and you get a download link. Nothing > is actually checked

[Rails] Just passing this along: Free Book

2013-08-02 Thread Tamara Temple
O'Reilly has a free download, apparently through a company called SAVVIS. No affiliation, just passing this along… http://go.savvis.net/paas You give them some contact info, and you get a download link. Nothing is actually checked to see if the info you fill in is real or not. (cross-posted: r

[Rails] Re: Validations not working on complex DB transaction

2013-08-02 Thread masta Blasta
Matt Jones wrote in post #1117517: > On Thursday, 1 August 2013 10:56:06 UTC-4, Ruby-Forum.com User wrote: >> if institution_memberships.empty? >> >> ) >> only have one membership per institution, hence the >> well enough to pinpoint the exact cause. Obviously there is no need to >>

[Rails] Jobs- Ruby on Rails Engineer - California- Good Base+Bonus+Stock options in Strong company

2013-08-02 Thread Veena R
*Position: Sr. Ruby on Rails Engineer* *Location: San Francisco bay area* *Type : Full time permanent hire* *Comp: Good Base+ bonus + equity in a strong company* * * *About the company: * Domain Experts Corporation (DEC) provides Executive Search Services to the technology ver

[Rails] Re: Validations not working on complex DB transaction

2013-08-02 Thread Matt Jones
On Thursday, 1 August 2013 10:56:06 UTC-4, Ruby-Forum.com User wrote: > > The models: > > class User > has_many :institution_memberships > belongs_to :account > > after_create :set_default_membership > > def set_default_membership > if institution_memberships.empty?

[Rails] Re: Rails multistep form with ajax

2013-08-02 Thread Robert Walker
Seth Portman wrote in post #1117487: > I am following Railscasts #217 and I have been able to make everything > work > using html protocol the only issue is that I need it to use ajax > protocol > instead. My question and code is very similar to stackoverflow question > Multistep > forms in Rails u

[Rails] Stack Overflow hasn't been able to answer my Rspec question thus far.

2013-08-02 Thread Zac Mackey
I'm copying this directly from Stack Overflow to see if anyone can help. Here is the link to my question on Stack Overflow: http://stackoverflow.com/questions/18006056/rspec-error-undefined-method-downcase-for-nilnilclass I keep getting this error when running my Rspec test and can't

[Rails] Rails multistep form with ajax

2013-08-02 Thread Seth Portman
I am following Railscasts #217 and I have been able to make everything work using html protocol the only issue is that I need it to use ajax protocol instead. My question and code is very similar to stackoverflow question Multistep forms in Rails using AJAX

Re: [Rails] Ruby on Rails Interview Questions and Answers for all Ruby Lovers.

2013-08-02 Thread Samir Kanta Dash
I really Appreciate your view Peter.. I will definitely enhance these things in the earliest. I will really thankful to you if you can suggest more... Hmm. Not sure about this: For example if I asked you this question: "What are the servers supported by ruby on rails?" And you answered "Generally

Re: [Rails] Ruby on Rails Interview Questions and Answers for all Ruby Lovers.

2013-08-02 Thread Peter Hickman
Hmm. Not sure about this: For example if I asked you this question: "What are the servers supported by ruby on rails?" And you answered "Generally Webrick is a prefered server to run ROR" You would have failed the interview there and then. Also most of the advantages cited for RoR have nothing t

Re: [Rails] Ruby on Rails Interview Questions and Answers for all Ruby Lovers.

2013-08-02 Thread Samir Kanta Dash
:) Okay.. I will definitely update this... Thanks a lot.. You can suggest even more if any mistake there.. Please On Fri, Aug 2, 2013 at 3:30 PM, Jordon Bedwell wrote: > On Fri, Aug 2, 2013 at 4:47 AM, Samir > wrote: > > Hello guys I have gathered some interview questions with answers in my > B

Re: [Rails] Ruby on Rails Interview Questions and Answers for all Ruby Lovers.

2013-08-02 Thread Jordon Bedwell
On Fri, Aug 2, 2013 at 4:47 AM, Samir wrote: > Hello guys I have gathered some interview questions with answers in my Blog. > http://technoscrum.blogspot.in/2013/07/ruby-on-rails-interview-questions.html > > Hope people here will found this helpful. > Please let me know if any mistakes there. You

[Rails] Re: Looking for a job

2013-08-02 Thread Samir
Hello Pallavi. Please Check this Link. http://technoscrum.blogspot.in/2013/07/ruby-on-rails-interview-questions.html You may found this one helpful for Interviews. On Thursday, August 1, 2013 11:26:22 AM UTC+5:30, Pallavi Shastry wrote: > > Hey all, > > This is Pallavi from Bangalore . I hold a B

[Rails] Ruby on Rails Interview Questions and Answers for all Ruby Lovers.

2013-08-02 Thread Samir
Hello guys I have gathered some interview questions with answers in my Blog. http://technoscrum.blogspot.in/2013/07/ruby-on-rails-interview-questions.html Hope people here will found this helpful. Please let me know if any mistakes there. You guys can comment over there it self in the comment

[Rails] Re: Testing if a controller renders a JS Template

2013-08-02 Thread andreo
Joao, I am not sure you getting testing right! everytime you find something like this that looks hard to test, maybe you should rethink your tests. I Would for example on controller testing, which is functional, be more worried to test, if the function did what it was supposed to and on the fe