search for: wemigh

Displaying 3 results from an estimated 3 matches for "wemigh".

Did you mean: weigh
2006 Apr 18
3
Capistrano from windows to linux.
There seems to be a bug when deploying a rails application developed in windows to a linux box. The rake deploy command attempts to run the command "/install/path/current/script/process/reaper" but the files do not have the execute bit set. What can I do to make sure either the execute bit is run or prepend the command with sh or ruby? Thanks.
2005 Dec 17
0
RJS templates and Opera
I know that RJS templates work with Firefox and IE, but do they work with Opera (8 or 9)? -- Posted via http://www.ruby-forum.com/.
2006 Apr 18
4
Mixin variables
I''ve created an access control module that I''m including in several different controllers. Everything works fine, but I want to allow each controller to override the default login page with something like this: set_login_pages :secure => ''my_login'' In my module, I''ve set up the set_login_pages method like this: def self.included(base)