[Rails] Robin Rocket - Ab Cleaning Hogi Easy - Specialized Cleaning Services

2016-03-24 Thread Robin Rocket95
House cleaning services, Commericial , home cleaning service, sofa cleaning service, Deep Cleaning Services, House Cleaning Services, Villa Cleaning services, Bungalow Cleaning Services, Apartment Cleaning Services, Move In & Move Out Cleaning Services, Tenanant Complete Cleaning Services, Bath

[Rails] Re: What is your style? ':this_style =' vs 'this_style:' or depends?

2014-03-20 Thread Robin Solanki
Agree with Walter its the matter of your preference but I do prefer the new style without the rocket. -- 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 unsubscribe from this group and stop

[Rails] [JOBS] Seeking a Sr. Ruby on Rails Engineer TDD and agile frameworks (sScrum, XP) for an employee po

2014-03-07 Thread Robin Marsh
practices for front-end engineering Support and encourage adoption of innovative open-source technologies and frameworks Please contact me to be considered. Thank you, * Robin Marsh Palladian Consulting 949-681-8016 robin at palladianconsulting dot com* -- You received this message

[Rails] Re: Basic doubt in MVC - RoR

2013-09-02 Thread Robin Solanki
You'll need to create a session's controller to store in the session of the logged user, the MVC you created is good for registrations and all other CRUD related to it. On Sunday, September 1, 2013 3:48:38 AM UTC+5:30, Rita Ferreira wrote: Hi, I'm with a very basic doubt in MVC in RoR. I'm

[Rails] Re: Re: Re: Very strange problem: Ton's of ruby process just running simple command rails --version

2012-02-02 Thread Steve Robin
Really thanks for the instruction. Here is the output after above instructions https://gist.github.com/1722814 Yes, you are right it hang right on this step (I wait for 10 minutes and still the same) rails new new_app --skip-bundle I have two exactly clone machine. One I did not remove using

[Rails] Re: Re: Re: Re: Very strange problem: Ton's of ruby process just running simple command rails --ver

2012-02-02 Thread Steve Robin
Hi Peter, You really deserve the MEDAL of HONOR in helping ways to solve these. So far, it still not able to pass that ton's of ruby process problems. https://gist.github.com/1723620 At least now, I know i have old rvm and be able to update it already. Seems like there already several test to

[Rails] Re: Re: Re: Re: Re: Very strange problem: Ton's of ruby process just running simple command rails -

2012-02-02 Thread Steve Robin
Thanks Peter, Since I have machine to experiment with, in the near future, I might reinstall from fresh. In the past, this machine (Mac Book Pro and MacMini), Ruby on Rails with that simple statement work. but somehow, don't know what cause it and when it happen and why it happen, suddenly

[Rails] Very strange problem: Ton's of ruby process just running simple command rails --version or rails

2012-02-01 Thread Steve Robin
Very strange problem: Ton's of ruby process just running simple command rails --version or rails new test1 I have very strange problem. I try to run this simple command rails new test1 -- this suppose to be create a new rails site. rails --version -- even this I got ton's of ruby process

[Rails] Re: Very strange problem: Ton's of ruby process just running simple command rails --version or ra

2012-02-01 Thread Steve Robin
Colin Law wrote in post #1043562: No idea why but in the quest for more information, do you get any errors? Does the command work? Colin The command is not working and no error. Just simple commands below, it just hang there until i pressed control c rails --version rails new test1 I am

[Rails] Re: Re: Very strange problem: Ton's of ruby process just running simple command rails --version or

2012-02-01 Thread Steve Robin
Thanks Peter, for excellent way to troubleshoot it. here is the ouput https://gist.github.com/1721589 in summary below robinhood:~ steve$ cat ~/.railsrc cat: /Users/steve/.railsrc: No such file or directory robinhood:~ steve$ rvm current ruby-1.9.2-p290@rails3 robinhood:~ steve$ rvm gemdir

[Rails] Re: Running Spork with rspec in Rails 3 on Windows 7

2011-01-12 Thread Robin
After quite some time, I got my spork working with cygwin. what environment are you using and what errors do you get? On Jan 12, 3:46 am, veldtmana al...@prodispace.co.za wrote: Hi, As stated in the subject I require to set up the following: Spork + Rspec on Windows using Rails3 It looks

[Rails] rails update fails

2010-09-10 Thread Robin
supposed to that before the rails install? -Robin -- 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-t...@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk

Re: [Rails] Re: How do I set defaults for view parameters?

2010-03-23 Thread Robin Ting
Well that's strange then, because it still gave me a unexpected nil found error when I use that. Actually now that I think about it, I might have been using it on params[:find_dates]['start_date(1i)'] instead of just the params[:find_dates]. On Tue, Mar 23, 2010 at 11:12 AM, Colin Law

Re: [Rails] Re: How do I set defaults for view parameters?

2010-03-23 Thread Robin Ting
: On 23 March 2010 15:20, Robin Ting civ2b...@gmail.com wrote: Well that's strange then, because it still gave me a unexpected nil found error when I use that. Actually now that I think about it, I might have been using it on params[:find_dates]['start_date(1i)'] instead of just the params

Re: [Rails] Re: How do I set defaults for view parameters?

2010-03-23 Thread Robin Ting
I don't, but I figure there must be a way to just have it in the controllers. Oh well thanks, I'll start another thread. On Tue, Mar 23, 2010 at 12:17 PM, Colin Law clan...@googlemail.com wrote: On 23 March 2010 16:03, Robin Ting civ2b...@gmail.com wrote: Yeah thanks for the help! By the way

Re: [Rails] Re: How do I set defaults for view parameters?

2010-03-23 Thread Robin Ting
On Tue, Mar 23, 2010 at 12:43 PM, Colin Law clan...@googlemail.com wrote: On 23 March 2010 16:31, Robin Ting civ2b...@gmail.com wrote: I don't, but I figure there must be a way to just have it in the controllers. Oh well thanks, I'll start another thread. You don't what?  It is best to insert

[Rails] Embed flash application

2009-09-01 Thread Robin Fisher
to get this on to the site? I have tried dropping everything in public and calling render :template but this just downloads the page as a whole and doesn't display it. Any help would be appreciated. Thanks Robin --~--~-~--~~~---~--~~ You received this message because

[Rails] Re: Embed flash application

2009-09-01 Thread Robin Fisher
looks for its supporting files in app/views/ flash/... Would there be a problem putting the files there? Robin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email

[Rails] Associations problem

2009-07-20 Thread Robin Fisher
in the controller rather than go through the association in the view but still get the same problem. My only thought is that maybe the model named Application is causing trouble but wouldn't want to change this on a hunch! Does anyone have any thoughts? Thanks Robin

[Rails] Re: opening old project

2009-06-23 Thread Robin Fisher
On 23 June, 00:19, Luciano bonach...@gmail.com wrote: Hello Marnen, I'm sorry for this short description! this is the erro I got: It looks like you're missing a gem as well. You should check what gems are required for this project. Robin

[Rails] protect_from_forgery with db-session (Rails 2.3.2)

2009-06-22 Thread Robin Wunderlin
I try to use db-session with protect_from_forgery. But I always get a error msg: ActionController::InvalidAuthenticityToken. application_controller.rb protect_from_forgery #:secret = 'top_secret' session_store.rb ActionController::Base.session_store = :active_record_store hope you can help

[Rails] Re: protect_from_forgery with db-session (Rails 2.3.2)

2009-06-22 Thread Robin Wunderlin
After searching around it looks for me, like the authenticity_token of the forum is not saved correctly by the session. An therefore rails thinks the authenticity_token is invalid. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received

[Rails] Re: display category name in url

2009-06-19 Thread Robin Fisher
link shows how you can get 'friendly' urls whilst still using standard Rails routing. http://www.jroller.com/obie/entry/seo_optimization_of_urls_in Regards Robin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Ruby

[Rails] Re: How to write cycle helper for this code

2009-06-19 Thread Robin Fisher
. Regards Robin --~--~-~--~~~---~--~~ 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

[Rails] Rails site on CD

2009-05-29 Thread Robin Fisher
was to find a way to automate a visit to every page and then store a copy of the page as a static html file. All suggestions gratefully received! Thanks Robin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Ruby

[Rails] Re: SubDomain Queries

2009-05-29 Thread Robin Fisher
reconfigure the routes in routes.rb. The alternative so that the user sees blog.company.com is to frame your site on the company.com website although this is considered slightly 2001 and not really the done thing. Robin On May 29, 7:28 am, Sahil Dave sahil.dav...@gmail.com wrote: Hi, I have

[Rails] Re: Rails site on CD

2009-05-29 Thread Robin Fisher
Great stuff! Thanks Jack! On May 29, 3:02 pm, Jack Bauer rails-mailing-l...@andreas-s.net wrote: Robin Fisher wrote: Does anyone have any thoughts on how one could go about this?  The only thought I had was to find a way to automate a visit to every page and then store a copy of the page