Jeffrey Jones
Jeffrey Jones
Have done another search around and I think this may be the same issue as #33
I have just upgraded to from Rails 3.0.3 to Rails 3.0.5 with the new jquery rails.js and it appears to fix this problem. Could someone else verify?
That is what I ended up doing for that particular case instead of usng Chronic.
Looking at the current source code, wouldn't it be easier to manage if each back-end had their own entity and meta files along the lines of: ``` rack-cache/lib/rack/cache/memcache/entitystore.rb rack-cache/lib/rack/cache/memcache/metastore.rb rack-cache/lib/rack/cache/disk/entitystore.rb...
You don't need the validatable stuff in the save, just allow nil in the length validation. This works for me: http://gist.github.com/466214 (Only checked suspension, not unsuspension since I don't need...
If you think it should be easy then I will have a look and see if I can make the changes. If you have any starting points / advice that...
Thanks for the information. I will have a look but since I am completely new to lua and the ecosystem in general ~~I am happy to sponsor this feature to...
The last time I tried it it exploded badly, I have given it another go. I am using Rails 2.3.5 and Ruby 1.8.7 If I try do to something like...
In the end it wasn't that painful. I just ended up doing ``` var sourcePoint = new GeoPoint(source.Location.Coordinate.Latitude, source.Location.Coordinate.Longitude); var targetPoint = new GeoPoint(target.Location.Coordinate.Latitude, target.Location.Coordinate.Longitude); var elevationLine = GeometryService.ParseGeoPointAsGeometryLine(sourcePoint, targetPoint);...
I am surprised that this is marked for 1B, imho there are other, more real-world use issues that would be better implemented in 1B and leave Hypermedia until 1C