Displaying 14 results from an estimated 14 matches for "needmoredesign".
Did you mean:
needmoredesigns
2005 Jul 12
6
Meta-question about the list
...nder, rather than the list. However, on other
lists I usually chat on, replies by default generally go to the list.
This seems to encourage more discussion. Would it be a good idea to
change that default? Or am I just crazy.
Best,
Raymond
--
Raymond Brigleb, Needmore Designs
Website http://needmoredesigns.com/
Email ray@needmoredesigns.com
Phone 503.490.4595
2005 Jul 12
8
Tip Sheet for AJAX
Hi all,
I''m making an Amy Hoy style tip sheet PDF for the Prototype and
Scriptaculous AJAX stuff, to be used with Rails. Are there other
resources you would suggest besides the websites themselves (the
previous thread about Highlight reminded me of this)? Is there a
particular focus that would be helpful for such a document? Preferred
fonts or colors?
I must say, once you get
2005 Dec 07
3
Addressing a class, rather than an id?
...rray of them.
So my question is: am I barking up the wrong tree? Is there an easy
way to address CSS properties of a class of objects on a page, or do
I need to loop through them individually somehow? Has anyone tackled
this one?
Thanks,
Raymond
--
Raymond Brigleb, Needmore Designs
http://needmoredesigns.com/
2005 Jul 31
2
Central list of Rails gems?
Is there a centralized list of Rails gems somewhere? Or even just a
database of some kind of gems that can be useful to Rails apps, not
just specific to Rails?
-raymond
--
Raymond Brigleb, Creative Director
Needmore Designs -- The beautiful, usable web.
Website http://needmoredesigns.com/
Email ray-THGPwszTed5CpjqP0VxSwUEOCMrvLtNR@public.gmane.org
2005 Jun 24
0
Parallel Worlds
...ript environment,
and vice versa, but it strikes me that since there''s an overlap in
the domains here, maybe there''s already some folks with some bright
ideas from which we could borrow.
Just my two cents!
Best,
Raymond
--
Raymond Brigleb, Needmore Designs
Website http://needmoredesigns.com/
Email ray@needmoredesigns.com
Phone 503.490.4595
2006 Mar 12
3
Setting environment variable for Rails app?
Greetings! I''m trying to set an environment variable in Rails. Why? I
can''t use RMagick unless I do so. I can do it from the shell, run irb,
and then require ''RMagick'' works. So far so good. But how can I do
this from my application?
I''m on a shared host so I''ve put in a ticket to have something like
this added to httpd.conf:
SetEnv
2005 Sep 23
2
Sortables: which element moved?
Looking at the archives, people have asked this before, but I can''t find a
proper answer:
How do you get sortable_element to return the dragged (moved) element? I
know I can compare the list of elements before and after, but I need to know
exactly which element was moved. The problem with comparing the list before
and after is that if an element is dragged one element forward or
2005 Jul 20
3
examples of drag n drop
...gt; > I''m thinking it needs to run to two pages, because I haven''t even
>> > got the drag-and-drop stuff in there yet, and I''ve completely run
>> > out of room! Anything else it seems to be missing? Hope you like it!
>> >
>> > http://needmoredesigns.com/public/JavaScriptHelpers-Pre.pdf
>> >
>> > Regards,
>> > Raymond
>> > _______________________________________________
>> > Rails-spinoffs mailing list
>> > Rails-spinoffs@lists.rubyonrails.org
>> > http://lists.rubyonrails.org/mail...
2006 Feb 10
15
"Ruby for Rails" in early access release
Hi --
My book "Ruby for Rails" is now being released one chapter at a time
through the Manning Early Access Program, with the whole book
due to appear on May 1.
If you''re interested, see http://www.manning.com/books/black
(I guess I could have just sent my sig with no body, but anyway :-)
David
--
David A. Black (dblack@wobblini.net)
Ruby Power and Light
2006 Mar 17
0
Hosting a Rails project (svn, trac, etc.)
I''ve been working on some small Rails applications that I think might
eventually be useful to others. Rather than just release them ad hoc,
and since I develop with Subversion and such, it seems like it might
be a good idea to find a good way to share them with the world in a
way that they can grow and possibly take on a life of their own some
day.
This seems like a common need
2006 Feb 13
1
acts_as_taggable scoped in another class/table?
I''m hoping someone more familiar with DHH''s acts_as_taggable plugin
can help me out here...
Tags being all the rage, and the subject of a good recipe in the
forthcoming Pragmatic Rails Recipes book, I decided to give them a
try. However, from what I can tell, they''re kind of application-wide
by design. I know the social thing is hot, but I need my tags to be
2005 Jul 11
0
Using sortable_element properly with DIV tag
Hello,
I''m trying to use sortable_element to allow users to AJAXishly
reorder a page of images. These are arranged in a grid format, not a
vertical list, so I''m using Rails code like this to make it happen:
<%= sortable_element ''thumbholder'',
:tag => ''div'',
:complete => visual_effect(:highlight,
2005 Jul 13
2
A small question about dragging effect on sortables
Hello,
I''m implementing sortables in Rails and I can''t seem to get the
lovely effect from the Sortable Floats Demo on Thomas'' wonderful site:
http://script.aculo.us/drag-and-drop#sortable-floats-demo
Simply put, I can''t get the effect whereby you''re dragging the image.
When I have a vertical or horizontal constraint on a list, the effect
2006 Mar 22
5
FTP hangs Rails!
Hi! I''m running a Rails app on Apache/FCGI, with a single handler
process on the server.
At one point my application needs to FTP a bunch of files to a remote
server. When it starts doing this, the server apparently freezes and
doesn''t allow anyone else to do anything. Plus, after about twenty
seconds, my nice status page vanishes from the browser, even though
the