Displaying 2 results from an estimated 2 matches for "siteroot".
Did you mean:
site_root
2005 Mar 15
0
0.10.0, Routes and Query strings
So I made the leap to 0.10.0 but I can not get routes to play nice
with query strings...
I have this mapping in my routes.rb file
map.connect '':controller/:action/:id'', :controller => ''main_controller''
This is all cool and everything works fine http://www.siteroot.com/
maps to http://www.siteroot.com/main_controller/index
But when I add a query string to the end like this...
http://www.siteroot.com/?offset=10
...the poop hits the fan
And I get this stacktrace in my error.log
/Library/WebServer/sidewayspony/public/../config/..//vendor/activesupport/lib/acti...
2006 Feb 20
0
element.remove when element being dragged
...he element to create
var options = Object.extend({
image: "administrator/images/unpublish_f2.png",
alt: this.folder,
divClass: ''folder'',
elToAttachTo: ''myFolders'',
siteRoot: '''',
userid: 0
}, arguments[1] || {});
this.options = options;
this.folderDiv = this.createHTML();
$(this.options.elToAttachTo).appendChild(this.folderDiv);
this.makeDropp...