search for: gazoduc

Displaying 8 results from an estimated 8 matches for "gazoduc".

2006 Apr 08
9
DESIGN question: We do not need damned publishers
Here is the actual design of my CMS : each Item is secured by 3 (+1) elements: readers group writers group publishers group owner readers = people who can find the item in the database and .... read it. writers = people who can add new content (create new versions or sub-pages) without making their changes visible (they can propose content). publishers = people who can change what readers
2006 Apr 10
3
Simple act_as template
Hello ! I posted a simple template to show how to add ''act_as_whatever'' to ActiveRecord. I think this might be useful to others as there are some trickery ruby things in this file. Here is the template : http://textsnippets.com/posts/show/384 Gaspard Bucher -- Posted via http://www.ruby-forum.com/.
2006 Apr 08
76
MIT vs GPL vs LGPL for open source project
I intend to release a project I wrote with Rails. What is the right licensing scheme for a web application (content managing system) which could grow with plugins and add-ons ? Personally, I would prefer the GPL but does that mean any add-on to the CMS (like task management) will have to be GPL ? If some people contribute to the code could it still be double-licenced so that the people who
2006 Apr 08
16
International characters
I am new to Ruby on Rails. I have read a lot, and bought several books, and now I have started to implement a modified "shopping cart", following the AWDWR-book, with modifications to suit our application (subscriptions and memberships). Having done up to chapter 7 I have had no real problems, except one: Since our customers are Swedish I need the screen names, texts etc to be in
2006 Apr 04
26
Models accessing the session...
Can someone tell if there is a reason models shouldn''t access the session? Models could easily be made to access the session or some other shared persistant data store such as a file or a table. _This is the problem_, a model needs to know certain information eg. the id of the current user. But the model has no idea about anything outside of its self, because it can''t access
2006 Apr 06
7
LoginSystem : make @session available to models
Hello. LoginSystem is cool, it populates the @session instance variable of controllers with many useful info. The fact is : it would be cool to let models know about the session, too. For instance, after_update and after_create callbacks could store *who* did *what* on *what. Aim : having ActiveRecord::Base::session defined, returning the @session of the controller which manipulates the
2006 Apr 04
0
[SUISSE] Utilisateurs Ruby on Rails région Lausanne
Je trouverais enrichissant de pouvoir rencontrer quelques utilisateurs de RoR dans la r?gion pour ?changer des bonnes id?es, se faire des critiques sur les choses ? faire, ? ne pas faire, se donner quelques coups de main... Si vous habitez dans la r?gion et ?tes int?ress? par une telle proposition, merci de m''envoyer un email ? gaspard AROBASE teti POINT ch. Je me chargerai de
2006 Dec 21
0
CSS live edit with ajax (part of Zena)
I posted a snippet (http://textsnippets.com/posts/show/857) on how to use AJAX to edit your CSS without having to reload pages. It''s fast and makes my life a lot easier... Gaspard PS: This trick is used to build ''Zena'', a rails based CMS which will go open source during this winter. -- Posted via http://www.ruby-forum.com/.