On Feb 23, 6:20 pm, Florian Aßmann <[email protected]> wrote:
> I've an idea for a blog concept based on using the Ruby-Sequel API mixed with 
> irb like text input.
>
> Basically you would start with an query like:
>
>   [ posts.order(:created_at.desc).limit(10) ]
>
> You can navigate through posts by manipulating the query or by using 
> predefined queries like posts by tag:
>
> { TAGCLOUD
>   ... ... ...
>   <a href="/query?posts.tagged_with('arel')" title="Posts tagged with 
> 'arel'...">arel</a>
>   ... ... ...
>
> }
>
> Only selects should work and there needs to be a hint on how to retrieve a 
> reflection for posts or an JS auto-complete feature (I try not to depend on 
> JS).
>
> I attached a first draft of what I imagine but I'm not a designer. Hopefully 
> google-groups can handle the image...

Your concept is awesome, and I would fully support any changes to
support it.  Even if the irb-like changes couldn't be done, I like
your design much better than the existing one.  If you have time and
interest, please do fork the existing repository (http://github.com/
jeremyevans/sequel-blog) and send me pull requests.

Thanks,
Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-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/sequel-talk?hl=en.

Reply via email to