[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 Ro

[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 rece

[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-01 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

[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 jus

[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 r

[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 usin

[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 /Use

[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

[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 p

[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 wrote: > Hi, > > As stated in the subject I require to set up the following: > > Spork + Rspec on Windows using Rails3 > > It looks as if rspec is no

[Rails] rails update fails

2010-09-10 Thread Robin
I'm doing a manual (initial) installation of ruby 1.8.7, rubygems 1.3.7 and rails. I'm pretty new at this. This is a windows installation. I started by installing ruby-1.8.7, then downloaded rubygems-1.3.7 and ran ruby setup.rb in the extracted gems directory I had created. These seemed to go well.

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 wrote: > On 23 March 2010 16:31, Robin Ting 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

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 wrote: > On 23 March 2010 16:03, Robin Ting wrote: >> Yeah thanks for the help! >> >> By the wa

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

2010-03-23 Thread Robin Ting
010 at 11:24 AM, Colin Law wrote: > On 23 March 2010 15:20, Robin Ting 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][&#

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 wrote: > On

[Rails] Re: Embed flash application

2009-09-01 Thread Robin Fisher
b Thanks. Then the swf 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&q

[Rails] Embed flash application

2009-09-01 Thread Robin Fisher
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 be

[Rails] Associations problem

2009-07-20 Thread Robin Fisher
ve setting the @applications variable 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

[Rails] Re: Rails Hosting: Slicehost vs. Rimuhosting

2009-06-23 Thread Robin Fisher
took maybe a couple of hours from creation to having the site live. Never had call to contact their support function and absolutely no complaints from me. Robin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Rub

[Rails] Re: opening old project

2009-06-23 Thread Robin Fisher
On 23 June, 00:19, Luciano 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 re

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

2009-06-22 Thread Robin Wunderlin
https://rails.lighthouseapp.com/projects/8994/tickets/2368-rails-232-sessions-problem -- 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

[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 thi

[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: How to write cycle helper for this code

2009-06-19 Thread Robin Fisher
        Headline sit amet tellus interdum >     > > -- > Posted viahttp://www.ruby-forum.com/. Hi, I'm not sure why you need a cycle helper for this. Each is identical, it's just the style of the two s within the row that change. A

[Rails] Re: display category name in url

2009-06-19 Thread Robin Fisher
of categories, the id should be used. The following 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 th

[Rails] Re: Rails site on CD

2009-05-29 Thread Robin Fisher
Great stuff! Thanks Jack! On May 29, 3:02 pm, Jack Bauer 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

[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 wrote: > Hi, > > I have a requirement in

[Rails] Rails site on CD

2009-05-29 Thread Robin Fisher
ught I had 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

[Rails] Re: Paperclip vs. Attachment_fu

2008-09-18 Thread Robin Fisher
is really only for use where you have a model (e.g. Person), who has an attribute of photo. If you want the Person to have multiple photos, you would need to use attachment_fu and if you want the photo to have its own attributes (e.g. title, location), attachment_fu would be the wa