Displaying 5 results from an estimated 5 matches for "favoriterun".
Did you mean:
favoriten
2006 May 12
2
New site.
Well... Thanks to pointers from you guys I have set up a site. I
decided that the best way to learn Ruby on Rails was to actually
create something people will use.
So. In a total of 28-34 hours that I calculate i have spent on this.
http://web2.0interact.com/
Feel free to submit stuff so I can have some nice amount of data. Or
tell me about errors and stuff.
--
--------------
Jon Gretar
2006 Apr 24
2
rails calendar system
Hi,
Anyone got some tips on how to design some sort of datagrid/calendar
where the columns define a resource and the rows define the date. In the
corresponding cells are activities that match the resource and date, ...
Thanks!
Steven.
--
Posted via http://www.ruby-forum.com/.
2005 Dec 14
3
Geocode for Ruby
Hey,
Does anybody know of a good Geocode library for Ruby, similar to Perl''s
Geocode::Postal, that i could use in my rail app? I need to do some "within
5 miles" calculations of zipcodes and i dont have a nice ruby (or gem)
utility to do it.
any help would be appreciated.
thanks
adam
_______________________________________________
Rails mailing list
2006 Jul 25
7
Paypal - Instant Payment Notifications
Has anyone any experience of getting the Paypal plug in to work?
I''ve set myself up on the Paypal sandbox, I''ve setup my sending and
receiving accounts, i''ve got the Paypal button on my view, I can go and
make payments ok, but I can''t get the Instant Payment Notification part
to work. At the end of the payment process the user is left in a paypal
screen
2006 Feb 07
21
Paypal and Rails
Hello everyone,
I am looking for a way to pass off a simple payment to paypal using our
own interface. I understand that this requires making full use of
Paypal''s API since we won''t be using their shopping cart or anything. I
found the article by Pranav Bihari on his site and in the Wiki on using
SOAP4R and the paypal WSDL file to interface with paypal web services,
but I