About Us
Josh Software
Our passion is Ruby On Rails! We are an Indian company who believes that programming is an art.Our portfolio! -- Contact Us
Categories
- Case Studies (1)
- CMS (9)
- Radiant (9)
- General (21)
- Javascript (2)
- Mobile Development (1)
- Sencha (1)
- Ruby (41)
- Ruby on Rails (110)
- Conferences (11)
- Search (7)
- Tutorials (9)
Category Archives: Ruby on Rails
Push notifications using express.js and socket.io
So we built a real-time bidding system! Why? Because one of our clients needed it. Our customer bridges the gap between vendors and customers. (Cannot reveal more specifics like the domain etc.) Customer requests an order and vendors bid for … Continue reading
Posted in Javascript, Ruby on Rails
Tagged express.js, node.js, notification, socket.io, websockets
8 Comments
Authorize Net (AIM) payment integration with rails
Authorize Net (AIM) method enables internet merchants to accept online payments via credit card. We shall see how to integrate authorize net payment gateway inside a rails app to accept online payments using activemerchant library. Register for authorize net sandbox account … Continue reading
Posted in Ruby on Rails
Leave a comment
Designing Rails API using Rabl and Devise
Most of us are aware that enabling API access for rails application is easy as Rails provides RESTful APIs by default. However, a little complexity arises when some responses are expected in xml format (maybe for some legacy system) and … Continue reading
