Displaying 3 results from an estimated 3 matches for "bunardzic".
2006 Nov 27
3
Consistency in REST-routes naming
Hello everyone!
In working with the Rails-REST-features I have always wondered about
the URL for the new-action
/objects/new
In REST the URL should represent a Resource. As the semicolon is for
adding non-standard actions (verbs) to a resource, IMHO it should be:
/objects;new
and not
/objects/new
In fact, this is just like an additional action, which I would specify
with the
2006 Jul 14
0
FOSCON II: The Ruby Rodeo
PDX.rb presents...
FOSCON II: The Ruby Rodeo!
We invite you to join us for a set of presentations on Ruby programming
and Ruby culture. Confirmed speakers include:
* Alex Bunardzic
* Lucas Carlson
* Topher Cyll
* Ryan Davis
* Geoffrey Grosenbach
* Amy Hoy
If you didn''t catch it last year, FOSCON is a free and fun gathering of
Ruby fans held in the evening during O''Reilly''s Open Source Convention.
The speakers will be discussing a wide ra...
2006 Jul 16
4
migrations questions: MySQL -> postgreSQL
I started my app before migrations were a best practice and have been using SQL scripts. Now I''m looking at potentially having to move from using MySQL to postgreSQL to use a particular hosting provider. I understand migrations are the way to go to make this ''easy'' but it also looks like the use of migrations introduces extra work in other areas. I''d really