Since marmen is a veteran he my be able to correct  me if im wrong but, i
think right now there is no gem to interact with sass mixins from within
rails controllers (simple I/O operations), that would be nice, to have kind
of an observer that can change a sass file and concequently its generated
css according to some variable, this could be achieved by adding classes to
and html element but my css would requiere to have every possible class.
This would allow me to do things like darken the color pallete of my site
according to the hour of the day, if i go the way of adding multiple classes
and adding removing them i would need several class for the effect. It would
allow the sass file to be even smaller i think. It would awesome if it could
make a fork per user and delete it when the session ends.

NOTE : the same effect can be done with JS but again i would need to have
all the classes in my sass file or it would not be persistent.  This is all
a crazy idea but it my be handy.

But right now what i want to see is a text paging gem, that can split a
block of text and save it on different pages on the DB, it would be a
polymorphic table blahblah with an atc_as_text_pager ,the usual stuff, with
the option of spliting by number of letters , words or an html container
tag, like div or p. Then i could put this to work with will_paginate. It
would be veeery handy.

@Marnen

If you can point me into a deep guide for extending ActiveRecord with gems i
would  appreciate it.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to