search for: randomutterings

Displaying 3 results from an estimated 3 matches for "randomutterings".

2008 Apr 11
0
textmate-like autocomplete
...rb in textmate press cmd-T and type repocon. In my app if you type repocon it doesn''t find report_controller.rb because it doesn''t match exactly. I would have to type report_con Curious if anyone has implemented this already and would like to share. -- Chris Barnes http://www.randomutterings.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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, s...
2008 Oct 29
0
RJS problem after upgrading to Rails 2.0.2
...ction => @contract_lines page.visual_effect :highlight, :current_contracts_holder page.replace_html :current_totals, :partial => ''current_totals'' page.visual_effect :highlight, :current_totals else page.alert flash[:error] flash.discard end Chris Barnes http://www.randomutterings.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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, s...
2007 Oct 13
5
default date for date_select
Hi, How can I set a default date for a date_select? I''m trying to do something along the lines of: <%= date_select("requirement", "target_date", :end_year => 2020, :discard_day => true, :include_blank => true, :order => [:month, :year], :default => {:month => 10, :year => 2012 }) %> but the default that comes up on the form is blank month