search for: linkurl

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

2007 Nov 12
0
3 commits - libswfdec/swfdec_player.c test/trace
...wcm/resources/file/ebc66d4b24596b5/sakerhet_puff.swf +>>> lang=en&enforce=0 +decode = +enforce = 0 +lang = en +>>> id=22&initView=EU,SE&lang=SV&home=EU,SE&skin=Default +decode = +home = EU,SE +id = 22 +initView = EU,SE +lang = SV +skin = Default +>>> linkUrl=http://www.smhi.se/cmp/jsp/polopoly.jsp?d=5236&l=sv&linkTarget=_top +decode = +l = sv +linkTarget = _top +linkUrl = http://www.smhi.se/cmp/jsp/polopoly.jsp?d=5236 +>>> txt=<a href=%22asfunction:_root.launchURL,0%22>ADOBE FLASH CS3 PROFESSIONAL</a>&textcolor=#ffffff...
2006 Nov 06
21
acts_as_ferret and associations
I have the following models: class Book < ActiveRecord::Base acts_as_ferret belongs_to :author end class Author < ActiveRecord::Base has_many :books end and in the controller: def search if params[:query] @query = params[:query] @total, @books = Book.full_text_search(@query, :page => (params[:page]||1)) @pages =
2006 Jan 12
16
master detail problem
Hello all, Has anyone done one of these? I''ve done similar things in java and php, by having easy access to SQL statements. I am new to Ruby/Rails( I''ve been at it for 10 days ) and thus far find it extremely confusing. I''ve got a bit more of a handle on it from the Agile book that someone loaned me, but I still find it hard to understand. Anyway, I''ve got