Displaying 4 results from an estimated 4 matches for "geoshell".
Did you mean:
eshell
2006 May 20
2
Problems with "Marco Polo Großer Reiseplaner 2005/2006" - Can't print/Street names not shown correctly/Route not shown
Hello.
Thanks to the tip to use Wine 0.9.12., I now successfully installed
"Marco Polo Gro?er Reiseplaner 2005/2006" on Wine 0.9.12. running
on Gentoo Linux. After the installation finished, I upgraded to
Wine 0.9.13.
First off, the names of the streets aren't printed correctly. Please
see <http://www.myimg.de/?img=WineMarcoPoloGroerReiseplaner2.png>.
As you can see there,
2006 Jun 22
2
eRuby/erb
Hello. Prospective Mongrel user here.
Can Mongrel act as a server for eruby or erb files?
Example:
<html>
<body>
<p>The time is <%= Time.now %></p>
</body>
</html>
Pistos
2006 Mar 23
1
validations.rb of ActiveRecord - bug or misunderstanding?
Either I''m not understanding how things are used, or this might be a bug
in ActiveRecord. I''m using version 1.13.2.
In my version of activerecord/lib/active_record/validations.rb (the svn
trunk version is browsable at
http://dev.rubyonrails.org/browser/trunk/activerecord/lib/active_record/validations.rb
), I have:
def update_attribute_with_validation_skipping(name,
2006 Mar 30
15
ActiveRecord 1.13.2 -> 1.14.0 breaks Postgres connectivity
To Whom It May Concern:
I have an ActiveRecord-based application (non-Rails). Life was grand
until I upgraded ActiveRecord yesterday, after which point I was getting
TONNES of these errors from my app and in PostgreSQL''s logs:
FATAL: terminating connection due to administrator command
According to Google searching, this happens when an external process
sends PostgreSQL SIGINT or