Skip to content

Instantly share code, notes, and snippets.

View imustardsoft's full-sized avatar

iMustardSoft imustardsoft

View GitHub Profile
event=request_started verb=POST path=/users/invitation ip=127.0.0.1
Redirected to http://localhost:3000/users/invitation/new
event=request_completed status=302 controller=InvitationsController action=create format=HTML ms=23 params='{"commit"=>"Send an invitation", "authenticity_token"=>"5irMWlpNPaDwBeL4dfR1IrIrDlIZtN+JgD6QxL6KP7Y=", "utf8"=>"✓", "user"=>{"invite_messages"=>"[FILTERED]", "aspects"=>"4d43749c8ff95314ae00000e", "email"=>"xingxingyuanyan@163.com"}}' r_id=46749f033c11891c7603
event=request_started verb=GET path=/users/invitation/new ip=127.0.0.1
event=render template=js/_websocket_js.haml ms=1.6
event=render template=aspects/_new_aspect.haml ms=6.3
event=render template=layouts/_header.html.haml ms=23.9
event=render template=invitations/new.html.haml layout=layouts/application ms=170.6
event=request_completed status=200 controller=InvitationsController action=new format=HTML ms=560 r_id=46749f033c11891c7603
event=socket-subscribe uid=4d43743e8ff95314ae000004 channels=0
Our corporate website, www.imustardsoft.com is based on "Radiant CMS":http://radiantcms.org, a no-fluff, open source content management system designed for small teams. We love Radiant. Yes, I know, we are biased because it is based on Ruby on Rails, iMustardsoft's specialty technology. Radiant has many nice features:
1. An elegant user interface
2. A first-class extension/plugin system
3. Simple user management and permissions
4. Flexible templating with layouts, snippets, page parts, and a custom tagging language.
p. One of the most important functions in our website is Blog. Even though Radiant provides blog (articles) out of the box, it wasn't exactly what we needed. We want our team members to be able to post articles and don't interfere each other. After trying out existing extensions, we decided to develop our own blog engine to achieve it. Thus, a new blog extension is born @ "http://github.com/imustardsoft/Radiant-blog":http://github.com/imustardsoft/Radiant-blog.
This extension add a new user ro
class Def
def method1
end
end