search for: longmore

Displaying 8 results from an estimated 8 matches for "longmore".

Did you mean: longmode
2013 Mar 03
0
Lee Longmore
ydt mvz.vsd/http://www.maaelimpresiones.com/vwubayz/gxhlhmjm8hou8o.sfv?5vt79tkz29wawzjvixyrbt6phwrtsicupi cxsg.vsd/rsnajkb uzfktrn.vsd/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20130303/713053e5/attachment.html>
2006 Jun 19
1
Best practice?
Hi, I am new to Ruby on Rails, and should like to validate the following assumptions: - static html is best placed in the public directory of the server such as Apache rather than the public or views directory of the RoR application e.g. static home page with links to my RoR application - under CGI/FastCGI, the server will first try to find files in its own filesystem before passing through
2008 Dec 20
9
Upgrade to Rails 2 - problem with "save" (MySQL boolean issue?)
I have been working through an upgrade of my 1.2.6 application to 2.2.2. I am almost there but I have hit a problem with ActiveRecord. Before the upgrade, the following code was working fine. def create_root(administrator) root = create_root_collection(self.pingee_name, administrator,
2006 Jul 14
0
Newbie: Application Error (Rails) no such file to load -- ../config/../config/routes.rb
Hello, I am getting an ''application error (rails)'' error whenever I try to access my application from index.html. The application WAS working fine. If I look into development.log, I see the msg: no such file to load -- ../config/../config/routes.rb BUT the files does exist in the expected directory. I did have some problems with Suse (GRUB loader) in between last accessing
2006 Jul 19
2
UK ISP for RoR?
Can anyone recommend a UK ISP to host my new site? Thanks, Lee. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060719/1d20161a/attachment.html
2006 Jun 25
0
Colouring ''text_area'' plus scrollbar on view
Hi, I am trying to colour a text_area input field, including the scrollbar (2-dimensional field). I was able to change the colour of a button associated with a ''submit_tag'' by adding a :class and defining properties in my CSS file. Is something similar required? Thanks, Lee. ___________________________________________________________ All new Yahoo! Mail "The
2006 Jun 29
1
Newbie: Help Please - Model Validation Error
Hi, I''d be grateful for your help. I get the error (see below) everytime I add the following into a newly generated (via scaffold) model class: validates_presence_of :myname, :mymessage, :mytel Without it, I can insert records into my database. With it, I get the error :( ERROR>> ArgumentError in AdminController#create wrong number of arguments (1 for 0) RAILS_ROOT:
2006 Nov 04
0
newbie: Single Table Inheritance
Hello, I have been experimenting with Single Table Inheritance as described in the More Active Record chapter in Agile Development with Rails. I have started with an object model with three classes x, y and z (for brevity), where y < x and z < y. (I will want to extend this model further to subclass y with other classes.) I have created a table called x (plural) in the database with