
ramesh-rubyonrails.blogspot.com
ramesh-rubyonrailsSubscribe to: Posts (Atom). View my complete profile. Simple template. Powered by Blogger.
http://ramesh-rubyonrails.blogspot.com/
Subscribe to: Posts (Atom). View my complete profile. Simple template. Powered by Blogger.
http://ramesh-rubyonrails.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Tuesday
LOAD TIME
1.1 seconds
16x16
32x32
64x64
128x128
PAGES IN
THIS WEBSITE
0
SSL
EXTERNAL LINKS
26
SITE IP
216.58.216.193
LOAD TIME
1.078 sec
SCORE
6.2
ramesh-rubyonrails | ramesh-rubyonrails.blogspot.com Reviews
https://ramesh-rubyonrails.blogspot.com
Subscribe to: Posts (Atom). View my complete profile. Simple template. Powered by Blogger.
worldofopensource.blogspot.com
RoR Zone: How to integrate Comatose CMS in your rails application.
http://worldofopensource.blogspot.com/2009/05/how-to-integrate-comatose-cms-in-your.html
Monday, May 25, 2009. How to integrate Comatose CMS in your rails application. Comatose CMS Yet another Micro CMS, when your client may use to create and edit easily a static pages like privacy policy, terms and conditions, an FAQ, that kind of thing. Script/plugin install git:/ github.com/darthapo/comatose.git. Once the above mentioned command is executed then configure your route file, at the bottom of your route file paste the below mention syntax. That it now you to access the Camotose simply type.
worldofopensource.blogspot.com
RoR Zone: Connect to database using ruby and ActiveRecord
http://worldofopensource.blogspot.com/2009/09/connect-to-database-using-ruby-and.html
Monday, September 28, 2009. Connect to database using ruby and ActiveRecord. To get connected you database from your ruby file just include the "ActiveRecord" inside your ruby file. ActiveRecord: Base.establish connection(. Adapter = "mysql",. Database = "database",. Username = "username",. Password = "password",. Create a class inherit with you activerecord base class. User = User.find(:first). Set table name :users. User = SomeThing.find(:first). February 22, 2013 at 1:28 AM. Find me on facebook.
worldofopensource.blogspot.com
RoR Zone: April 2008
http://worldofopensource.blogspot.com/2008_04_01_archive.html
Saturday, April 12, 2008. Installation of rails on linux. You can install rails in the following way. Gem install v1.1.6 rails. The version can be changed. Friday, April 11, 2008. Installing Ruby Gem on Linux. Installation of ruby gem is also similar like installing ruby. If you are a root user then its fine else login as a root or simply pass the following command. Su with the root password. Wget http:/ rubyforge.org/frs/download.php/35283/rubygems-1.1.1.tgz. Tar xzf ruby-1.8.6.tar. Find me on facebook.
worldofopensource.blogspot.com
RoR Zone: File Upload using AJAX and jQuery.
http://worldofopensource.blogspot.com/2009/09/file-upload-using-ajax-and-jquery.html
Wednesday, September 9, 2009. File Upload using AJAX and jQuery. File Upload using AJAX and jQuery. File upload using jQuery is preety simple. NOTE: please include the jQuery Library afer prototype.js. As you can in the above example I had declared “jQuery.noConflict();” the reason behind this is to abvoid the conflict between jQuery library and prototype.js. Action = 'testtest'},. Html = { :multipart = true, :id = "upload form" } do f %. Subscribe to: Post Comments (Atom). Find me on facebook.
worldofopensource.blogspot.com
RoR Zone: September 2008
http://worldofopensource.blogspot.com/2008_09_01_archive.html
Tuesday, September 30, 2008. Configuration of phpMyAdmin on ubuntu. Configuration of phpMyAdmin on ubuntu. As you know that phpMyAdmin is a database management and adminstration tool. So below is given the installation process of phpMyadmin. Let assume that you have already installed LAMP on ur system. And incase if you have not installed LAMP then follow the following steps. 1 Open the terminal. 2 install apache [ sudo apt-get install apache2. 3 install php [ sudo apt-get install php5 libapache2-mod-php5.
worldofopensource.blogspot.com
RoR Zone: October 2008
http://worldofopensource.blogspot.com/2008_10_01_archive.html
Saturday, October 4, 2008. How to enable grant access to remote system for MySQL server? In a few step you can allow remote system to access your MySQL server. To implement first you will need to configure your my.cnf. Which which is located at. Etc/mysql/my.cnf [ Debian Linux Environment. Etc/my.cnf [ Red Hat Linux/Fedora/Centos Linux. Var/db/mysql/my.cnf [ FreeBSD. Access the file using. Sudo gedit /etc/mysql/my.cnf. Check for following line. Bind-address = 127.0.0.1. To restart MySQL server. View my c...
worldofopensource.blogspot.com
RoR Zone: October 2009
http://worldofopensource.blogspot.com/2009_10_01_archive.html
Thursday, October 8, 2009. Ruby, class and some random stuff - Module, inheritance, MLI. P "This is intresting! Puts "This is the parent class! Puts "This is the self one! Puts "This is the protect one! Puts "This is the private one! Puts "This is the child class! Example of multiple level inheritance. The parentone belongs to the parent class which a base class for the Child class. P = Parent.new. C = Child.new. Cc = ChildOfChild.new. Subscribe to: Posts (Atom). Click Below to view my profile on linkedin.
worldofopensource.blogspot.com
RoR Zone: May 2009
http://worldofopensource.blogspot.com/2009_05_01_archive.html
Monday, May 25, 2009. How to integrate Comatose CMS in your rails application. Comatose CMS Yet another Micro CMS, when your client may use to create and edit easily a static pages like privacy policy, terms and conditions, an FAQ, that kind of thing. Script/plugin install git:/ github.com/darthapo/comatose.git. Once the above mentioned command is executed then configure your route file, at the bottom of your route file paste the below mention syntax. That it now you to access the Camotose simply type.
worldofopensource.blogspot.com
RoR Zone: Ruby Mysql database connectivity
http://worldofopensource.blogspot.com/2009/09/ruby-mysql-database-connectivity.html
Monday, September 28, 2009. Ruby Mysql database connectivity. In this section I am going to tell you how do you get connected your MySQL database using Ruby. Make sure that you have install mysql adapter. To verify you mysql file go to command prompt type irb - require 'mysql' if it's return true that means the file is loaded. Now use your fav editor let say scite. Mysql = Mysql.real connect("hostname(e.g - localhost)", "username", "password", "databasename"). Result.each do row. Rescue Exception = e.
worldofopensource.blogspot.com
RoR Zone: August 2008
http://worldofopensource.blogspot.com/2008_08_01_archive.html
Monday, August 25, 2008. ERROR: While executing gem . (Gem: InstallError). Many developer had faced the issue at the time of installing rails 2.1.0 by using 'gem install rails'. ERROR: While executing gem . (Gem: InstallError). Invalid gem format for c:/ruby/lib/ruby/gems/1.8/cache/activesupport-2.1.0.gem. So here is the solutions:. After doing some sort of R&D i found that you will need to download ' activesupport-2.1.0.gem. From http:/ rubyforge.org/frs/? Subscribe to: Posts (Atom). Find me on facebook.
TOTAL LINKS TO THIS WEBSITE
26
Krantikari
Ramesh Paranjpey
Mr Ramesh Parashuram Paranjpey. Qualification- M. Tech (Refrigeration), IIT Bombay. Fellow Life Member ASHRAE. Fellow Life Member, Institution Of Engineers, India. Ex-President, ISHRAE, Pune Chapter year 1988-1989. Ex-President, ASHRAE Western India Chapter 2001-2002. Published more than 45 Papers in International/national journals. 6 Yrs: Chief Executive Officer, Voltas Air International Ltd., Pune (1997-2003). 27 Yrs: Vice President, AC&R Division, Kirloskar Pneumatics Ltd. Pune (1967-1993). Published ...
ramesh-randomrambling.blogspot.com
Engram's Random Rambling
Thank you for visiting this blog and i would appreciate your feedback or comments on the topics covered by me. Friday, May 29, 2015. Let's see how more human can we be. Last few days most facebook users has seen unprecedented. And returning back into the wild. Most comments on these post were questioning the Tiger expert's comments and the nexus of businessmen and RTR authorities who were supposedly behind the secretive shifting of the tiger 400 kms away from Ranathambore. Now that this episode of T24 ha...
Welcome | Ramesh-realty
Los Altos, Palo Alto, Mountain View. Los Gatos - Saratoga. Find Condos / Townhomes. Los Altos, Palo Alto, Mountain View. Buying or selling a home is an exciting time in one's life. Making the smart move of choosing a REALTOR is your first step to ensuring that your home and community meets your needs. Let my services help you and your family. CALL RAMESH NANDU (408) 203-4538. FOR ALL YOUR REAL ESTATE NEEDS. Santa Clara, Santa Cruz. Thursday, August 13, 2015. To see this content. Fax: 510.252.1146.
ramesh-rubyonrails.blogspot.com
ramesh-rubyonrails
Subscribe to: Posts (Atom). View my complete profile. Simple template. Powered by Blogger.
Так судьба стучит в окно
Upgrade to paid account! Так судьба стучит в окно. Что будет совсем скоро в Новосибирске. Aug 9th, 2015 at 11:05 AM. В Камерном зале филармонии играю свой концерт для импровизирующего пианиста и струнных In A Free Play. В окружении Новосибирского камерного оркестра. Начало в 18.30, билеты, кажется, ещё есть. Играем квартетом имени Курёхина (Беличенко - Драница - Лучанский -Столяр) в арт-кафе "Агарта". Начало в 20.00, билеты по 300 рублей. Опять-таки любителеи соцсетей могут обозначить себя тут. В музыкал...
ramesh-shanmuganathan.blogspot.com
Ramesh's Executive Blog...
Blog on Business and IT matters. Saturday, October 8, 2011. The ICT Era -Is Sri Lanka ready? My view on the above on Benchmark. You can watch the recording @ http:/ www.youtube.com/watch? Links to this post. Tuesday, October 4, 2011. Why "Social Networks" has become viral? Social Networks such as Facebook, Twitter, Linkedin, Myspace, etc have become such an integral part of our lives in such a short span. Anyone thought how? Links to this post. Sunday, June 5, 2011. Links to this post. Links to this post.
Learning & Teaching
Tuesday, May 17, 2011. Converting pdf into .doc or .rtf or Excel format. At times you may have felt the need to convert pdf to .doc or .rtf. This utility does this work to great satisfaction (I checked it already with a complex pdf) and results were good. Http:/ www.pdftoword.com/. The Most Accurate PDF-to-Word Converter. Best of all, it's entirely free! In addition to this, you may find this useful to you:. Http:/ www.pdftoexcelonline.com/. The Most Accurate PDF-to-Excel Converter. PDF to Excel Online.
raMEsh shRESTha
Moves files found in CSV using batch file. On April 5th, 2013 No Comments. If you have a CSV file (say, ‘filename.csv’) which has the list of the files location in any column(say, 2) and want to move those files in to folder (say, ‘DestinationFolder’) then you can achieve it by creating a batch file (say, ‘MoveFile.bat’) to do it. Using any text editor type following DOS commands: rem […]. How to set class active of nav bar of Bootstrap twitter using jQuery? On December 28th, 2012 No Comments. Nepal Poli...
HostGator - Please Configure Your Name Servers
Click Here for 24/7/365 Live Chat! Please configure your name servers. You're seeing this page because your domain is setup with the default name servers: ns1.hostgator.com. And ns2.hostgator.com. In order to point the domain to your server, please login here. To manage your domain's settings. You can find the name servers you need to use in your welcome email or HostGator control panel. For more information, please see this page. How can I avoid this in the future? How do I change my name servers?