
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
= TeamPage
This project rocks and uses MIT-LICENSE.
A simple Rails 3 engine gem that adds a chat functionality to any Rails 3 application. Send chat messages to online users within your application like any gmail/facebook chat. It assumes that you are using devise gem and user model as devise model for login.
Steps:
Use rails g devise:install
Use rake db:create
Use rails g devise user
Use rails g chatter:install
Use rake db:migrate
Add following to your application controller: def after_sign_out_path_for(resource) @user = User.find(:first, :conditions => ["email= '#{current_user.email}'"]) @user.update_attribute(:status, "offline") return root_url end
Edit devise.rb file according to your need.
Run rails s
Login with one user and the other
Hit url: http://localhost:3000/chats/samplea
10)Start chat
FAQs
Unknown package
We found that chatter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.