Integrating usps api on rails application - ruby-on-rails-3

I want to integrate https://www.usps.com/ and also fedex api on my rails application, but I could not understand their documentation. Is there anybody who can help me? Or can any one provide me an easy tutorial of how it should be integrate on web ? I want to calculate the cost of package or gifts of the users on many condition.
Please note: there is a gem for this sevice but it is too old and the application I am going to build it is on rails 3.
Thanks in advance.

This stackoverflow answer might be helpful to you. There is this another gem called fedex you can look into. Hope this helps.

Related

Implementing usage analytics in rails application

I want to implement some analytics for my rails web application, e.g.:-
Who's using the app?
How often they are using?
What content in the app are the users viewing?
Can anyone please suggest me a Ruby gem or any way to start working on this ?
Thanks
I may mention you some names. Very useful tools that I use.
Clicky
Chartbeat
Woopra...
There are many more available, but i like these three the most ! :)

Integration google, yahoo calender in rails app

I need to integrate google, yahoo calender in my rails app.
Is there any gem or plugin for that, gem/plugin should have very basic feature i.e. creating new events and editing existing event?
Thanks
I Think,
https://github.com/google/google-api-ruby-client and this http://blog.baugues.com/google-calendar-api-oauth2-and-ruby-on-rails may prove useful to you.
And about yahoo, I'm afraid they dont have a gem. Even I am in search for that!!!

Extending Magento REST API

I could not find anything on the internet, so I hope someone here has an awnser to my question.
Is it possible to extend the REST API for Magento and if so, does someone have an example or guide on how to do this?
The Magento REST Api can indeed be extended. There is a blog post on my website showing how to make a start on doing this http://web.archive.org/web/20130512072025/http://magepim.com/news/Extending-the-Magento-REST-API-part-1_13
It only covers the basic setup but hopefully it'll give you a starting point.

REST API for Whiskerboard

I need some help with implementing a status board with a REST API. I've already found the two best options (in my opinion): Stashboard and Whiskerboard.
I have already tried Whiskerboard and I find it easy to install and deploy because it does not need Google App Engine's SDK to be used locally. However, I need something like Stashboard's REST API: http://readthedocs.org/docs/stashboard/en/latest/restapi.html
I know that Whiskerboard is based on Stashboard so probably they have the same REST API. But I cannot seem to find any documentation on Whiskerboard's REST API. Moreover, I looked into each status board's models and there are lots of differences, with Whiskerboard's being largely simpler compared with that of Stashboard's, so they must not have the same REST API.
I will appreciate it if anyone can provide me a link to Whiskerboard's REST API which should be much like Stashboard's. If there really is none, some other solutions could still be suggested. Thank you in advance!
No, it doesn't have the same REST API. You could find this out by reading the code. If you want a similar REST API you have the following options:
Code the feature yourself.
Ask the developer of Whiskerboard for the feature.
Ask someone else at your organization to code and contribute the feature.
Good luck.
You can check out this solution forked by sijis and myself, jvasallo, that we have been working on. He forked the repo for whiskerboard and added an API to it. Still uses Django, and recently I did some work porting it to 1.5.1. Initially, Whiskerboard is a 1.3 Django app.
https://github.com/sijis/whiskerboard

Online Payment with Ruby On Rails

I am working with Rails 3.0.3. I am new to it. In my project, I need to provide online payments. Can anyone help with proper procedure for it?
Have a look at active merchant. This should fit almost all of your needs about online payment integration.
http://railscasts.com/episodes/144-active-merchant-basics
http://railscasts.com/episodes/145-integrating-active-merchant
http://railscasts.com/episodes/146-paypal-express-checkout