search for: ror

Displaying 20 results from an estimated 2997 matches for "ror".

Did you mean: rorl
2009 Sep 25
3
NoMethodError : undefined method `stringify_keys!' for "2":String
Hi, I have been trying to create a small Rails application. In one of the steps, I am facing this error as "NoMethodError in ContactController#update ...... undefined method `stringify_keys!'' for "2":String". Let me give a brief description of the application. This application is to Create, View and Update contacts. The problem came when updating a record. The &quo...
2009 Apr 10
4
rails2.3/ruby1.9: invalid byte sequence in utf-8 with blank?
hi all, anyone seen this controller argument error: invalid byte sequence in utf-8 ror/vendor/rails/activesupport/lib/active_support/core_ext/blank.rb: 50:in `=~'' ror/vendor/rails/activesupport/lib/active_support/core_ext/blank.rb: 50:in `!~'' ror/vendor/rails/activesupport/lib/active_support/core_ext/blank.rb: 50:in `blank?'...
2006 Jan 31
2
Need advice on RoR app design
Fellow Railers, Is there anything, anywhere, that I can read that discusses overall RoR app design? I have the Agile RoR book, which is great for learning the details of RoR, but unfortunately doesn''t cover the overall issue of creating a large, complex RoR app. My staff and I are still in the process of getting up to speed on Ruby and RoR, but we also need to begin thi...
2006 Jun 29
1
session management not working for me in an exceptional condition
I have an RoR application(parent) which can be used to kickstart other RoR applications(child). A user can log in to parent RoR and then start child RoR''s and then visit that RoR using one of the links provided in parent RoR; I have following html code is parent RoR list page for visiting an child RoR...
2007 Apr 06
4
using Ruby as a front end for a trading system
Hi All, needed some direction for a newbie to RoR. I have done work in Java, .net and perl, and really prefer perl and java over .net, now we are we are looking to start building a financial trading application, most of the team wants to go with .net while I am trying to build the case with Ruby. Some of our classes have been developed in delphi7....
2012 Jul 09
0
Hiring RoR / PHP / Java Web Developers to work on RoR Development and Mid Management at Chennai
Hi – We have immediate requirement for 50+ RoR developers and Mid management professionals for our customer at Chennai. Please send your CVs to deepak.j-u/jeiSQQFGzBGafMEABhkUSAudeF6Ab9@public.gmane.org at the earliest. Below are the details of the requirement: Developer Level Qualification: B.E / B.Tech / MCA [Computer Science/IT background P...
2006 Mar 09
4
RoR developers in China needed
I would like to offshore the development of a brand new web application to a few engineers in China and am wondering if I would be able to find RoR developers there. Since it''s a fairly new framework, maybe there are people who are learning right now. My aim is to find people who are very experienced with J2EE web application development and have a strong interest in working with RoR. If you have any comments or suggestions I woul...
2006 Aug 03
8
beginning a statistics application
Hi all, I need to write an application that gets data from a database and plots it on a graph. I am familiar with java and know that I could do it with jfreechart - however I am excited by RoR and would like to write the application with RoR instead. Is it possible to write it in RoR? Chris -- Posted via http://www.ruby-forum.com/.
2006 Apr 24
2
Ror has problems with memory usage??
I saw this on a forum for MODx (a CMS which seem very good, built on standards, with clean XHTML/CSS, using PHP). "RoR is a killer application, but is either a crusher when it comes to memory usage or SQL usage. Even simple seeming things can kill a server if it''s not dedicated to the application. In addition, RoR is much more complex really than MODx if you''re not accustomed to programming in Rub...
2006 Jan 19
4
Using RoR pluralization rules
Hello, RoR seems to be aware of plurals like category=>categories etc..I Want to be able to use this in my application to relate some keywords.Is it possible ?or does RoR itself use some ruby library? Thanks Vivek -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath....
2006 Aug 11
3
Rails Documentation is RoR''s achilles heel
Hi All Just a few minutes back I came across a post about autotest/zentest and that post reignited the feeling I get when I look at RDoc, RoR documentation. The main thing that is lacking in RoR and to some extent Ruby''s RDoc is showing method names in HTML is not documentation. The arguments to method, exception/errors raised by method, return value and a usage example completes the documentation. I understand that RoR is sti...
2008 Sep 15
2
Can't get script/server (or any script to work) in beginning ROR installation
I have been following the instructions found in Apple''s Developer Guide to developing ROR with Leopard found here: http://developer.apple.com/tools/developonrailsleopard.html I''ve gotten to the point where I''m supposed to execute "script/ server" (specifically, from the XCode run menu, but I get the same error doing it from the console)...the result should b...
2006 Oct 13
5
RoR + oracle + bind vars
Hi, I have a question about bundle: RoR + oracle + bind variables. Heaving read forums/blogs/etc I found out RoR does not use bind vars for oracle particularly (and for all adapters in general). Then I found Michael''s patch (http://dev.rubyonrails.org/attachment/ticket/5199/oracle_bind.patch) but it was not added to the followin...
2006 Mar 03
4
Must one be a web page designer to make use of RoR?
Hey guys, I''m new to the world of web site development. Although I''m in the process of learning RoR, I''m not a graphics artist nor a web developer or web site designer. With that being said, does anyone have any suggestions for tools to use to create the actual interface for a web app based on a RoR framework? Obviously the default output of RoR is fine for development, but now tha...
2006 May 12
21
Drupal vs. Ruby on Rails
Hello all, Maybe the $subj is a little bit weird (i.e. apples vs oranges) but it is a situation i am facing at the moment: We are developing a small web site which will be mostly a CMS (more or less) and my colleagues is arguing for drupal, and i am for RoR. Maybe i can formulate the question in a different way: when to use a CMS (not necessarily drupal but e.g. Radiant CMS) and when to use Ruby on Rails? I think if you *really* want just the usual functionality of a CMS, i.e. like WordPress for blogging, then you can do well with drupal/radiantCMS/...
2006 Aug 09
2
How to generate dynamic image on ROR?
Hello, i am very new to ROR. i want to use ROR to generate a dynamic image which is a combinationn of some other images and some strings. and then people can use <img src=www.mysite.com/makeMeAnImage> tag to display that image. like the web page counters, which is a combination of a serious of images of numbers. i...
2006 Mar 10
6
Ruby for presentation layer, C# for business layer - how to
For reasons not relavent, I would like to create an n-tier app as follows. Data Acess layer => NHibernate Business layer => C# Presentation layer => RoR All of which might be spread across multiple machines in each layer. I am looking for the best way to allow RoR to talk to my business layer, dll''s etc hosted on another box. The RoR box might be *nix \ apache or windows \ IIS \ Apache. The C# box might be mono \ *nix or .net clr \ wi...
2006 May 30
6
Why would I choose RoR over Turbogears
I''m trying to get some answers as to why I (my company actually) would go with RoR over TurboGears. The developer staff is fluent in both Ruby and Python so that is not an issue. Rails is well into its release cycle whereas Turbogears won''t be at 1.0 until later this week. They both do essentially the same thing and they both have cool features unique to themselve...
2010 Aug 05
2
[JOB] Music Co: Lead RoR Developer, RoR Developer
We have two roles: Team Lead / Director of RoR Development RoR Developer Please contact if interested: will-4tWYRTNnpLrBkEgXiDUTzA@public.gmane.org Lead a team of web engineers using Ruby on Rails to develop next generation Internet experiences for a digital music business unit that is shaping the future of the music industry. POSITION OV...
2006 Jan 19
7
Rails or Java J2EE (Spring, Struts Shale) - scalabilty
Hi, normally I am doing all my webprojects with PHP. But now I am planning to use a framework, either Ruby On Rails, or Java in particular J2EE with Java Spring, or Struts Shale. Well, I already tried RoR a few month ago, so I am simply comparing it to the Java alternatives now. My problem is, that maybe using Java for my projects is like using a dredger to grub a small hole :) But on the other hand I don''t know, how heavily my next project will be used. Maybe I have 50 requests per second,...