Displaying 2 results from an estimated 2 matches for "pynchon".
Did you mean:
pichon
2007 Oct 26
0
Composite Keys on RESTful Routes
...snag. Now I am reconsidering my whole effort
and may go back to the original, more flexible, map.connect method.
My problem is, one of the resources has composite keys. The keys are
both strings as well, and can include dots. Here''s an example of what
I would like to do:
/books/Thomas.Pynchon/Gravity%27s+Rainbow
This works using traditional routes (/books/:author/:title), but it
does not work using RESTful routes.
The first trick is the dot. I can get around that by putting this in
my environment.rb file:
ActionController::Routing::SEPARATORS = %w(/ ; , ?) # no dot (.) in
this list...
2008 Mar 20
2
Importing an Excel spreadsheet
...ther row. I really don't want to have to manually re-enter the data
(some 98 rows x 26 columns).
Can someone advise me on what I am overlooking here please.
Thanks
Andy
--
"If they can get you asking the wrong questions, they don't have to worry about the answers." - Thomas Pynchon, "Gravity's Rainbow"