Displaying 3 results from an estimated 3 matches for "gose".
Did you mean:
  goes
  
2008 Apr 28
0
An Advanced Course on the S Language, Amsterdam, June 6th
...location: Amsterdam
Dates
6 June 2008, 10.00-16.30
Price
EUR 495,- per person excluding VAT
Registration is possible via the registration form below my name of via
the website:
http://www.can.nl/events/details.php?id=34
If you have any questions, please feel free to contact me.
Best Regards,
Gose Fischer
P.S. Feel free to share this information amongst friends and
      colleagues who might be interested!
___________________________________________________________________
Registration Form
___________________________________________________________________
[ ] June 6th - An Advanced...
2009 May 01
0
Graticule / acts_as_geocodable error?
Has anyone encountered this error using Graticule &
acts_as_geocodable?
ActiveRecord::UnknownAttributeError (unknown attribute: precision):
  (__DELEGATION__):2:in `__send__''
  (__DELEGATION__):2:in `with_scope''
  app/models/listing.rb:113:in `advanced_find''
  ...
Here is line 113 in listing.rb:
  published.find(:all,
    :origin => zip_code,
    :within =>
2008 Dec 09
2
paginating_find losing scope
Hello,
I''m having a problem with paginating_find losing the context of the
array it''s paginating.
For example,
  URL:  http://localhost:3000/companies/1/users/1
  <% @tickets = @user.tickets.find(:all, page => {:size =>
10, :current => params[:page]}) %>
  <% for ticket in @tickets %>
    ...
  <% end %>
  <%= paginating_links (@tickets) %>