Displaying 20 results from an estimated 59 matches for "snowboarding".
2005 Mar 17
4
Specifying Which Environment I Am In
After I have uploaded my app where do I specify that my app should now
use production environment settings and not development?
Can that be done dynamically so that I don''t have to reset a value once
I upload website?
Thanks for your help!
2005 Mar 10
4
:anchor won''t work in 0.10.1
Anyone else having problems with :anchor? Until 0.10.0 it was working
fine but with this recent update it''s just not doing anything.
Thanks,
Pedro
2007 Mar 19
0
OpenGL error in Wine 0.9.20
...of failed request: 17 (X_GLXVendorPrivateWithReply)
Serial number of failed request: 384
Current serial number in output stream: 384
The program then exits.
http://www.mail-archive.com/wine-devel@winehq.org/msg30150.html
This is just a short notice that it also happened to me using Supreme
Snowboarding (full German version). If requested, I can produce log
files.
I'm using Debian Ubuntu Dapper on a laptop with Xorg 7.0,
libgl-mesa-6.4.1 on an Intel i810 chip. Configuring Supreme in
"Software2" 3D emulation mode instead of "OpenGL", the program's
window comes up. So...
2005 Mar 01
2
@request cycle variables
I posted something about this yesterday, and got some good responses but
it seems that the variable @request[''controller''] isn''t being passed in
to the page or isn''t being read. Has the naming convention for these
variables changed. it worked great in all rails versions up to 0.9.5
with fcgi, but is not working in rails 0.10.0 with fcgi. I am currently
just
2005 Apr 24
4
Typo 2.0
I''m proud to announce the 2.0 release of the typo web logging engine.
What started as a toy project while
I was waiting for a client at starbucks now became a prestige open
source project with tons of modern features a dedicated dev team and
even its own hosting service!
Get it at http://rubyforge.org/projects/typo/
The 2.0 release has been long coming. Here are some of the new
2005 Mar 09
10
Confused about extending the login generator ''user''
I''ve been using the login generator ''out of the box'' for simple
authentication, and its been working fine.
Now I want to extend it by simply adding ''type_id'' field which links to
my ''user_types'' table, but I''m hitting:
#<ActionController::SessionRestoreError: Session contained objects where
the class definition
2005 Mar 06
9
How to do SQL queries outside of AR
Hi Everyone,
I''m trying to figure out how to do SQL queries in the Controller. I know
this is not recommended, but I can''t use ActiveRecord because I am
dealing with thousands of a different tables, one for each user, and
I don''t think AR can be made to handle that situation.
You can assign the table name; but that''s a class variable so any particular
2005 Mar 05
3
login generator problem
I am trying to use the login generator, but I keep
getting the following error when I run "generate login
Account":
/usr/lib/ruby/gems/1.8/gems/rails-0.10.0/lib/rails_generator/base.rb:84:in
`manifest'': No manifest for ''login'' generator.
(NotImplementedError)
from (eval):3:in `__send__''
from (eval):3:in `manifest''
from
2005 May 17
8
acts_as_tree elegant tree printing
Hi,
I''m working with acts_as_tree to print an unordered list of items:
Root
-- Child
---- Child
I''ve got this working, however I''d like to know if there is a more
elegant fashion that I''m unaware of:
#Takes a parent category and recursivley returns all children
def find_all_subcategories(category)
if category.children.size > 0
2005 May 03
8
SQLite3 + RAM drive => 3 times faster unit tests
One problem I sort of always had with the ActiveRecord''s tight coupling
to the SQL backend is how slow it makes the unit tests. OK, there are
some ways to make it faster at a price of extra complexity (reusing the
fixtures, doing a rollback in the end of the test, etc), but still - it
is much slower than what I would like a unit test to be.
Today I had a very simple idea (why, oh why
2008 Sep 26
0
postdoc position in computational biology
...ttle, WA in the Pacific Northwest is widely considered to be one of the top
US cities for young professionals. Seattle offers residents a mild climate, a
multitude of cultural activities, several professional sports teams, superb
cuisine and outdoor activities including cycling, hiking, skiing, snowboarding,
boating etc.
Application
Interested candidates should send the following materials to Dr. Ka Yee Yeung
(kayee at u.washington.edu):
* A cover letter highlighting your background and relationship to this position
* A Curriculum Vitae (CV)
* The names and contact details of at least three referen...
2009 Jan 04
0
postdoc position in computational biology
...ttle, WA in the Pacific Northwest is widely considered to be one of the top
US cities for young professionals. Seattle offers residents a mild climate, a
multitude of cultural activities, several professional sports teams, superb
cuisine and outdoor activities including cycling, hiking, skiing, snowboarding,
boating etc.
Application
Interested candidates should send the following materials to Dr. Ka Yee Yeung
(kayee at u.washington.edu):
* A cover letter highlighting your background and relationship to this position
* A Curriculum Vitae (CV)
* The names and contact details of at least three referen...
2009 Aug 25
0
Postdoc position in computational biology: Seattle WA
...tle, WA in the Pacific Northwest is widely considered to be one of the
top US cities for young professionals. Seattle offers residents a mild
climate, a multitude of cultural activities, several professional sports
teams, superb cuisine and outdoor activities including cycling, hiking,
skiing, snowboarding, boating etc.
Application
Interested candidates should send the following materials to Dr. Ka Yee
Yeung (kayee at u.washington.edu):
A cover letter highlighting your background and relationship to
this position
A Curriculum Vitae (CV)
The names and contact details of at least three referen...
2005 Mar 09
1
Re: Tons of shiny new stuff (Tobias Luetke)
Tobias, I would have left a comment on your blog, a thanks really, except
that the comment submit form is throwing an error. So, thanks for the cool
tools, especially the login generator. After deleting the old generator the
new one worked and passed all tests in a snap. Like Tim Lucas said, the
Hieraki code base is a wonderful resource for someone learning Rails. Much
appreciated.
2005 Mar 14
1
(newbie) /tmp/fcgi_ipc ?
I am running Rails on my Mac, installed from fink/gems. I get this
error when I try to re/start Apache:
FastCgiIpcDir /tmp/fcgi_ipc: access for server (uid -1, gid -1) failed:
read not allowed
If I chmod the /tmp/fcgi_ipc directory, apache starts and everything''s
fine.
Why is fcgi_ipc in my /tmp directory? Can anyone guess why the
chmod''ing doesn''t seem to
2012 Jun 16
2
A better guide to Markdown
Hello!
Is there a simpler, better designed guide to Markdown than
http://daringfireball.net/projects/markdown/ that I can refer my
forum users to? Something Googleish-looking. Or do forum owners usually end
up having to write their own guides?
Thank you!
Mikkel
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Mar 24
3
Caching computation in rails?
Caching computation in rails?
Simple example: factorial modulus a large number
input: integer x
output: factorial( x ) % 12345678901234567
I want it so that if it computes factorial of N once, it will not have
to compute for N again.
code:
class SiteController < ApplicationController
caches_action :factorial, :inv
def examine
@inv = @params[''inv'']
@outv =
2005 Mar 25
2
Rails PDF Documentation
hi,
i''m falling in love with rails, but the main obstacle is digesting the huge
amount of documetation for it... i''m getting dizzy flipping back and forth
between my development and the online reference.
i know rails is in a constant state of flux, but surely there is a pdf-ized
version of the api reference out there somewhere. alas, google tells me there
is no such animal.
2005 Mar 26
2
Problem with GEM
I try the following command:
gem cleanup
and I get this:
C:\Ruby\bin>"c:\Ruby\bin\ruby.exe" "c:\Ruby\bin\gem" cleanup
ERROR: While executing gem ... (RuntimeError)
Unknown command cleanup
Even if I try:
gem cleanup rails
I get the same thing.
Anyone know what I am doing wrong?
Thanks,
Chad
2005 Jul 06
4
Rails Community Site Hacked
http://wiki.rubyonrails.com/rails/show/HomePage
Now sure if anyone has noticed yet, but the above page has been hacked.