search for: zeekland

Displaying 20 results from an estimated 48 matches for "zeekland".

Did you mean: zealand
2007 Feb 03
7
Interesting radio button behavior with "onclick"
Hello: I have radio buttons like this: <% fields_for :goalhist do |g| %> <table> <tr> <td align=left><%= radio_button_tag (''duedate'', 0, checked = false, options = {:onclick => ""}) %> &nbsp;&nbsp;Start now </td> </tr> <tr id="detailed" style="display: none"><td colspan=2>
2006 Nov 28
11
New Rails Site: Wordie
My latest stupid web trick, built, with love, in Rails: http://wordie.org Make lists of words. See who else likes the same words. Basically, it''s a dating site. Built on thanksgiving while half-watching football and launched yesterday. In other words, half-baked, but I thought some of you might find it mildly amusing. John ____________________________ John McGrath Squirl: a site for
2007 Feb 16
13
negate the regexp in validates_format_of
...is: validates_format_of :field_must_break, :with => /\n/ validates_format_of :field_must_not_break, :with => /^[^\n]$/ The second one fails with data that correctly have no \n linefeed in them. How do I - I mean "they" - negate a regexp? -- Phlip http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!! --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe f...
2006 Aug 15
5
Set up a default route
...'', :view => ''inventories'', :controller => ''inventory'' to config/routes.rb, and hit http://localhost:8000/inventories , and get a missing page message. What''s the simplest configuration to hit a view? -- Phlip http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!!
2006 Nov 21
1
RXML vs form_tag etc
...XmlMarkup builder? Each time I try, the Builder escapes everything, as if my users wanted to see my <form> tags and such, raw in their browser. So if I wanted to put form_tag and other view helpers into a Builder, how do I unescape the HTML they create? -- Phlip http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!! --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe...
2007 Feb 04
1
dispatch.cgi -> Anonymous modules have no name
...#39;t fix the problem. I can also reproduce the same problem on my development workstation. One big irritation is dispatch.rb:10 doesn''t have an anonymous module, it has Dispatcher, which is imported just a few lines above. What''s going on?? -- Phlip http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!! --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe f...
2006 Nov 04
2
how to use LabellingFormBuilder
..., :builder => LabellingFormBuilder do |f| %> That''s beautiful. Now what do I require() into my controller.rb file to get that identifier? Poking around with ''form_helper'', ''helper'', etc doesn''t do it. -- Phlip http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!!
2007 Feb 04
10
where to install script.aculo.us ?
I''d like to try autocompletion, and my understanding based on AWDWR:2, and on various website tutorials, is that I should install the script.aculos.us javascript library. My question is how to do that. The instructions on their site tell me to "Put prototype.js, scriptaculous.js, builder.js, effects.js, dragdrop.js, slider.js and controls.js in a directory of your website,
2006 Nov 17
1
SQLite3 put a parse error in my schema.rb for timestamps
...nce", :string, :null => false end Notice :default => points to a timestamp that''s A> not in :db format, and B> isn''t a string. This causes a big cascade of silly syntax errors. What is Rails (or, possibly, me) doing wrong? -- Phlip http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!! --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe...
2007 Feb 14
5
FormTestHelper should change hidden fields
...t field. So instead of making a federal case out of this, I monkey-patched FTH: module FormTestHelper class Hidden < Field def value=(value) super(value) end end end For FTH''s next version, who''s right? FTH, me, or both? -- Phlip http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!! --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe f...
2006 Aug 15
6
try creating a table for your model
...y adding a view called ''inventories''? Or must I rename the table? And how, in general, can Rails present data views that don''t have the same shape as the target database schema? Such schemas should be normalized beyond recognition... -- Phlip http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!!
2006 Nov 30
41
TDD killing my joy of Rails
I''ve been working through the book ''Beginning Ruby on Rails E-Commerce'' which is very heavy on Test Driven Development. As in, you have to write tests for scaffolding methods and validations and crap like that. And then they fail. And you KNOW its the test not the method. So you spend 2x the time writing a test that has to be adapted when requirements change. You
2006 Nov 27
3
Power User Tipping Point: PHP to Ruby
I have been waiting for a tipping point to start using Ruby applications instead of PHP applications. My criteria include the availability of Ruby and RoR web hosts and Ruby equivalent applications readily available for PHP. I keep finding PHP applications to fill my needs but not Ruby applications or hosts offering Ruby support. For example, I use content management systems which are
2007 Feb 13
4
PDF Thumbnail - RMagick
Hi, I need to create a preview of a PDF upload to a CMS I''m building. Does anyone know how to create a thumbnail of the first page of a PDF using RMagick? Any ideas welcome, ~ Mark -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2007 Mar 05
2
Help with rjb
I am trying to do file i/o with rails and rjb and can''t figure out a way to make this work. Here''s what I am trying to do: - a user uploads an image to the server via a standard html form: <%= file_field("blog", "attach") %> - this returns a ruby File object to the controller in params[:blog][:attach]
2006 Oct 14
4
Editable data grid
Does anyone have a good recommendation for implementing an editable data grid (like a spreadsheet) based on a dbase table/model? What I would like is something similar to Google Spreadsheets. Thanks, Peter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group,
2006 Oct 30
1
domain language?
...#39; operation on my website? Oh, and soon my tests must use 2 or more browsers, too... (I suspect I can''t just cram in Systir, because it has a competing test runner. And I have a bug report on ZenTest that I don''t want to work around yet.) -- Phlip http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!!
2007 Mar 04
2
Installing
I have skimmed through many web pages, how to''s and editorials, my final conclusion is that the programming language for this particular part of the program is going to be Ruby. There are many reasons: 1. Apple will support it in 10.5 2. There seems to be a lot of support for it in the Mac community 3. Ruby developers seem to be Mac people. 4. There is better documentation than
2006 Dec 05
6
Best Book
Hi there, What is the best book of Rails??? Or the top sellers, thanks.. -- Felipe Amaral Vento Livre Internet --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from
2009 Mar 02
5
new project at the same domain
Hi, just a quick question, is there a way how to run two apps on the same domain? Both for testing purposes. Thank you. P. -- 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 to this group, send email to