No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
This is a jQuery plugin that implement Github-like mentions.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Usage


Bind your textarea

$(function(){
    data = ['tom','john'];
    $('textarea').atwho({at:"@", 'data':data});
});

that's it, check it out! more details in At.js Home Page

Installation


Rails 3.0.x

Issue command line bellow:
rails generate atwho:install
then It will show in public/[javascript|stylesheets]/ directory.

Rails >= 3.1.x

Add this gem in Gemfile like this:

gem 'jquery-atwho-rails'

add in app/assets/javascripts/application.js:

//= require jquery
//= require jquery.atwho

and in app/assets/stylesheets/applications.css:

//=require jquery.atwho

History Versions

All in At.js project.

Development


Test generator

Just issue
bundle then appraisal rails30 rspec