search for: kreigger

Displaying 9 results from an estimated 9 matches for "kreigger".

Did you mean: kreiggers
2006 Jun 22
1
acts_as_taggable gem problems
...; <p><label for="issues_add_tags">Tags</label><br/> <%= text_field ''tags'', '''' %></p> <!--[eoform:issues]--> My params[:tags] *are* getting populated correctly. -- Craig Beck http://www.luckybonza.com AIM: kreiggers
2006 Nov 12
2
Model-less SQL results
...y_sql wouldn''t work as I''m not returning a model, and I''m not seeing anything jump out at me like ActiveRecord::Base::Connection.execute_sql for doing this sort of arbitrary sql execution. Any suggestions? Am I missing something really obvious? -- Craig Beck AIM: kreiggers --~--~---------~--~----~------------~-------~--~----~ 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 this group, s...
2006 Jul 18
2
how to generate calculated db fields
...ke def slug self.name.gsub /\W+/, ''-'' end but it seems when I save my model to the db Page#slug does not get called and so the slug does not get saved to the db (and therfore remains ''null''). Any ideas? TIA -- Craig Beck http://www.luckybonza.com AIM: kreiggers
2006 Jun 22
2
acts_as_taggable smakdown
Okay, so I just realized there seems to be two acts_as_taggable modules, the gem and the plugin 1. which came first? 2. what''s the difference? (internals, not ones a gem and ones a plugin) 3. which one is better? ;-) -- Craig Beck http://www.luckybonza.com AIM: kreiggers
2005 May 27
3
rake stats
I can''t believe i just found out about this. I''m curious to see what the stats on other people''s projects look like. Here''s mine (8 hours dev time): +----------------------+-------+-------+---------+---------+-----+-------+ | Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
2006 Oct 23
3
Rails webmail
Hi, I''m searching for a rails webmail and if available with calendar, contacts, filter, etc, in the spirit of GMail (Horde is tiring). I only found mailr which seems to be dead. Anyone of you knowns one ? Thanks -- Beber - E-Mail / Jabber (+GMail) : beber_AT_meleeweb.net http://www.meleeweb.net
2005 May 04
2
Setting up Rails server on non-standard environment
...get that running, and setup the subdomain to direct requests to the correct port for the lighthttp server, but I''m not sure if this is the best or only way to do things, or if there''s another way to set up Apache to serve the app. -- Craig Beck http://luckybonza.com AIM: Kreiggers
2007 Feb 21
2
date helper bug?
I''ve found an issue when trying to use the time_ago_in_words and distance_of_time_in_words from action view''s date_helper.rb Using SQL Server, I have a datetime column that gets returned as: "2007/02/21 09:54:00". When I pass this to time_ago_in_words (which just passes on to distance_of_time_in_words) it miscalculates the difference as "9 hours" (...um yeah,
2005 May 10
58
A quick straw poll
How many of you are using Rails: 1. As the primary development tool at your Day Job 2. As a small part of your Day Job 3. Not using Rails in your Day Job, but are using Ruby 4. For OS/outside work/hobby -- sam http://www.magpiebrain.com/