search for: parkert

Displaying 18 results from an estimated 18 matches for "parkert".

Did you mean: parker
2006 Jan 24
2
webrick and in_place_editor_field
...ll spin indefinitely, but will never print anything to the console or to the log. I''d run lighttpd but am having library path issues with that I"d prefer not to address right now. Webrick *should* work here. Thanks for any insight you can provide, pt. -- Parker Thompson http://www.parkert.com/ 510.541.0125
2006 Feb 07
3
in place edit, save on blur
...seen some discussion on this, but can''t find it. I have a text area that I''d like to save on blur unless the user clicks cancel. Anyone got a nice example of this? It''s non-obvious to me how I force the submit via javascript. Thanks, pt. -- Parker Thompson http://www.parkert.com/ 510.541.0125
2006 Feb 06
1
template choice error (layout.rb)
...late when none exists. I looked briefly at layout.rb but don''t have enough context to know what''s going on without significant digging. Anyone have a clue why the rjs stuff would get envoked when no rjs templates exist in my views dir? Thanks, pt. -- Parker Thompson http://www.parkert.com/ 510.541.0125
2006 Jan 25
2
inserting column headings between grouped rows
...gt; @items I''m curious if there''s a a way to keep track of a date value between insert a spacer each time it changes. I couldn''t find one looking over the docs. Anyone had to deal with this? As always, any help is greatly apreciated, pt. -- Parker Thompson http://www.parkert.com/ 510.541.0125
2006 Jan 10
6
Can we cache user home pages?
Hi Railers, I am trying to create a simple application like a guest book which has users and uses sessions to keep track of which users are logged on. The user''s page is constructed after doing some SQL queries and the user clicks on another link and hits the back button I dont want to regenerate the whole page (which is what happens now) .So I want to use some kind of caching mechanism.
2005 Dec 28
3
acts_as_taggable query
Hi , I couldnt find any mailing list for this nice plugin so I hope this is not off topic.I just have a basic question here. I already had created a table and a model for the tags and items and the join table and now want to use this plugin but I just cant seem to figure out how to make it use my table instead of the default. class Tag < ActiveRecord::Base # already exists and has the
2006 Jun 05
0
testing actionmailer from a controller
...late is getting rendered based on the controller state. assert_template would work to test which template is being rendered to the browser. But this doesn''t tell us which template was used to send the e-mail. Anyone have a solution to this problem? Thanks -- Parker Thompson http://www.parkert.com/ 510.541.0125
2006 May 11
3
Textile/RedCloth and h() incompatible?
If a user enters the Textile-based code for an image, say: !>graphic.png! the textile() method will successfully render a right-float image. Now, if I want to escape the user''s text using h(), the ''>'' is turned into an &amp;. Obviously, the image then fails to render in a browser. Is there a work around for this? I guess what I''m really asking
2006 Mar 21
0
Job - San Francisco
...---------------- this craigslist posting was forwarded to you by someone using our email-a-friend feature - if you want to prevent these, please go to: http://www.craigslist.org/cgi-bin/te/yFGcyV2anBEdpFWbj5CbA02bW ------------------------------------------------- -- Parker Thompson http://www.parkert.com/ 510.541.0125
2006 Jan 13
1
missing Enum class (windows install)
...nyone have similar problems with the windows install and know off the top of your head the easiest way to go about fixing this? The whole thing strikes me as really odd as I can''t imagine a distro without Enum, but I''m stuck. Thanks in advance, pt. -- Parker Thompson http://www.parkert.com/ 510.541.0125
2006 Jan 28
1
like clause for find
...app by allowing the user to enter in some text and generating a query like so: SELECT * FROM things WHERE field LIKE ''%input''%; If I want to do this am I stuck with find_by_sql, or is there a way to do this with a :conditions option? Thanks, pt. -- Parker Thompson http://www.parkert.com/ 510.541.0125
2005 Dec 24
0
acts_as_taggable - adding users and normalizing tags
...have its user_id fk set, and populate a ''denormalized'' field with "S.W.A.T" so that I can display whatever the user typed on his/her pages. Anybody got some code they want to share, or should I just start hacking on taggable? Thanks, pt. -- Parker Thompson http://www.parkert.com/ 510.541.0125
2006 Feb 07
1
Re: keeping plugins up to date [was: template choice error (layout.rb)]
...ate, svn diff''ed to see what files I''d changed, and committed, fixing my problems. This works ok, but I can''t help but think there''s a better way. I''m curious how other folks are handling this situation. Thanks much, pt. -- Parker Thompson http://www.parkert.com/ 510.541.0125
2006 Oct 27
5
Purpose of after_initialize in ActiveRecord?
All, I have a quick question - is the purpose of implementing after_initialize to allow custom attribute initialization for AR descendants? I have been overriding initialize whenever I require custom setup of my model classes, like so: def initialize(attributes = nil) super self.Status = ''G'' end So I have a couple of questions: 1) Could I achieve the same
2006 Dec 08
19
HABTM join table quirk
I''ve been bringing up a good basica framework for applications at work. To give decent security I''ve been implementing the Rails Recipie for Authorization of function calls modeled on the book''s implementation. (Changes for our environment were added..but are minor.) Since I initially let Rails create the join table between two data tables with a HABTM relationship....I
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
2006 May 02
16
no one cares about i18n (was [OT]: Asking questions on this list)
Do most others in the community agree with this statement? It seems to me that i18n is: 1. Actually important to many people 2. Not really the difficult to implement in concept 3. Something that people like to point out about Rails to say it''s not ready foir "Enterprise" It seems to be that a big part of Rails is encouraging people to do things the "Right Way",
2007 Jun 11
0
Selenium RC Fu (plus js unit)
We''ve been threatening to open source this for a while, most recently during Alex and Brian''s talk at Railsconf [1]. See the readme [2] for more info, and the source/rdocs for all the gory details. Feedback and contributions are very welcome. Thanks, pt. [1] http://www.slideshare.net/alexchaffee/fullstack-webapp-testing-with-selenium-and-rails [2] == Introduction Welcome to