Displaying 4 results from an estimated 4 matches for "kurtis".
Did you mean:
curtis
2005 Aug 10
1
using modules with models?
...that had this:
require_dependency ''some_module/some_class''
that seemed to work unless I have a class named SomeClass without a
module name, which kind of defeats the purpose of modules.
So, is there any way I can get this to work, or should I put all this
code in lib instead?
Kurtis Seebaldt
2011 Sep 01
7
couldn't find file 'jquery' rails 3.1 stable mountable engine
When I create a new engine in Rails 3.1 stable and then access the dummy
app or the engine I get an error say that the app can''t find jquery.
I''ve created the engine using
rails plugin new coffee --mountable
I''ve also created a basic controller in the engine and the dummy app. If
I remove the javascript include tag, everything works. But with the tag
there it just
2009 Jul 17
2
Rsnapshot/rsync buffer overflow
...ed with these options:
/usr/local/bin/rsnapshot sync
----------------------------------------------------------------------------
ERROR: /usr/bin/rsync returned 22 while processing
root at home.thisisnotajoke.com:/home/
touch /Volumes/Backup/.sync/
--
Kurt Nelson
(407) 512-0689
http://claimid.com/kurtisnelson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20090717/b61b2a4d/attachment.html>
2011 Jun 16
0
Rails 3.1, SASS, @import, and directories
So, here''s the problem: @import isn''t liking other directories.
Example:
app/
assets/
stylesheets/
extras/
_mixins.sass
_variables.sass
photographs/
index.css.sass
And the contents of app/assets/stylesheets/photographs/index.css.sass is:
@import "../extras/mixins", "../extras/variables"
I get the following