My .net API response is in encrypted form. Please let me know how should I proceed to do decryption.
If you have decryption keys then write an helper function using bcrypt-ruby libs general crypto algorithms. Also dont store keys in source code but in environment.
I need to disable Chunked response encoding in Rails 3.2 or force HTTP/1.0 in response of one controller action. Is there an easy way to do this?
Something like x.instance_variables.each.... { |i} .... }
x.instance_variables.each.... { |i} .... }
Thought to be a one liner. I can't figure out how to apply strip() to each variable, since instance_variable_get returns the value. I really want something I can apply .strip! to....
I have a table with several thousand records in it. They take a long time to load and are essentially useless presented altogether.. I'd like present the user a search form to select a limited subset of records for display in the index function. What options are available to solve this problem and where might I look for examples or demos?
I want to create 3 rails apps in which every app has a Google API. 1) Gmail API 2) Google+ API 3 3) Google calendar API
Please suggest how to begin with...
I have found a html template where I some pages need specific css files and of course there are some common css files.
How can I best deal with it ?