[Rails] Re: Re: Calculate Percentage using jquery

2016-02-02 Thread Naveed Alam
Checked with validator and it showed no error in this script. The alert is not working too. and showing no error, looks that the script is not running at all. below is the complete code. <%= show_header_icon %> <%= t('admission') %> | <%= t('previous_details') %> <% breadcrumb

Re: [Rails] Can anyone suggest me sublime plugins for ruby on rails

2016-02-02 Thread Manu S Ajith
Hi Mahesh, Some useful links: https://redpanthers.io/slides/sublime-packages/#/ http://csnipp.com/s/65/-Sublime-Cheat-Sheet-for-Ruby-on-Rails---Project http://csnipp.com/search/sublime ᐧ On Wed, Feb 3, 2016 at 11:06 AM, Mahesh G V P wrote: > I am just starting with the development of ruby on ra

[Rails] Can anyone suggest me sublime plugins for ruby on rails

2016-02-02 Thread Mahesh G V P
I am just starting with the development of ruby on rails and have finished 7 chapters in micheal hartls. I would like to what are the plugins the rails developers use for their productivity in sublime text. Any help will be appreciated. Thanks -- You received this message because you are subs

[Rails] I need to hire someone to develop a custom encryptor for devise

2016-02-02 Thread Guayo Mena
I have a Joomla 3.x website on production. I already have a lot of users signed in. I would like to re-make the website using rails, but I would need to migrate all users. I don't want the users to have to change their passwords. That's why I need to create a custom encryptor for devise that u

[Rails] I'm looking for a job as Ruby, Ruby on Rails developer.

2016-02-02 Thread Pavel Sh
Hi guys, I'm looking for any job related with this technology. I have a 1 year of experience with RoR and 8 years as IT specialist (generalist). Worked with: - Ruby, Ruby on Rails, - Rspec, TestUnit - Haml, Slim - JavaScript, Ajax, JSON - HTML, CSS/SCSS, Bootstrap - Gems (Devise, Pundit, Carrie

Re: [Rails] Giving users the ability to repost contents of an object

2016-02-02 Thread Colin Law
On 2 February 2016 at 20:14, David Williams wrote: > Essentially, I'm trying to figure out how to create the retweet > functionality for users. Put a button on the view with "Retweet" on it and route the button to an action in an appropriate controller that performs the function you require. Col

[Rails] Giving users the ability to repost contents of an object

2016-02-02 Thread David Williams
Essentially, I'm trying to figure out how to create the retweet functionality for users. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails

[Rails] Rails Emoji Picker Gem for your rails app.

2016-02-02 Thread Eugene Domosedov
Rails emoji picker gem was released. Simple integration of emoji picker with your rails application. https://github.com/ID25/rails_emoji_picker -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To

[Rails] Văn phòng cho thuê Carrot Office Building

2016-02-02 Thread Anna Kacpopna
văn phòng cho thuê Carrot Office Building Định vị tòa nhà: Văn phòng cho thuê Quận Tân Bình - Carrot Office Building tòa nhà đẹp và sang trọng ngự trên mặt tiền đường Nguyễn Đình Khơi, quận Tân Bình, gần khu vực dân cư sầm uất, gần các trung tâm thương mại, thuận lợi giao thông, thuận lợi cho việ

[Rails] Văn phòng cho thuê Golden Lotus Building

2016-02-02 Thread Anna Kacpopna
văn phòng cho thuê Golden Lotus Building Định vị tòa nhà: Văn phòng cho thuê Quận Tân Bình - Golden Lotus Building tòa nhà đẹp và sang trọng ngự trên mặt tiền đường Bạch Đằng, gần khu vực dân cư sầm uất, gần các trung tâm thương mại, thuận lợi giao thông, thuận lợi cho việc giao thông qua các q

[Rails] Văn phòng cho thuê OIIC Office Building

2016-02-02 Thread Anna Kacpopna
văn phòng cho thuê OIIC Office Building Định vị tòa nhà: Văn phòng cho thuê Quận Tân Bình, OIIC Office Building tòa nhà đẹp và sang trọng ngự trên mặt tiền đường Lê Văn Sỹ, gần khu vực dân cư sầm uất, gần các trung tâm thương mại, thuận lợi giao thông, thuận lợi cho việc giao thông qua các quận

[Rails] văn phòng cho thuê Nakico Building

2016-02-02 Thread Anna Kacpopna
văn phòng cho thuê Nakico Building Định vị tòa nhà: Văn phòng cho thuê Quận Tân Bình - Nakico Building, tòa nhà đẹp và sang trọng ngự trên mặt tiền đường Lê Trung Nghĩa, gần khu vực dân cư sầm uất, gần các trung tâm thương mại, thuận lợi giao thông, thuận lợi cho việc giao thông qua các quận như

Re: [Rails] Re: Calculate Percentage using jquery

2016-02-02 Thread Colin Law
On 2 February 2016 at 11:26, Naveed Alam wrote: > The alert is not working too. and showing no error, looks that the > script is not running at all. Please quote the previous message when replying, this is a mailing list not a forum (though you may be accessing it via a forum like interface). It

[Rails] Re: Calculate Percentage using jquery

2016-02-02 Thread Naveed Alam
The alert is not working too. and showing no error, looks that the script is not running at all. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receivin

Re: [Rails] Calculate Percentage using jquery

2016-02-02 Thread Colin Law
On 2 February 2016 at 10:02, Naveed Alam wrote: > Hello, > > I want to calculate percentage marks of students using jquery, for this > I tried the below code but its not working. I am very beginner in ruby > on rails. > > > <%= t('obtained_marks') %> > <%= a.text_field :ob_marks,

[Rails] Calculate Percentage using jquery

2016-02-02 Thread Naveed Alam
Hello, I want to calculate percentage marks of students using jquery, for this I tried the below code but its not working. I am very beginner in ruby on rails. <%= t('obtained_marks') %> <%= a.text_field :ob_marks, :id => "ob_marks" %> <%= t('total