I worked with any technologies and languages. Many times we need some folder or codebase for your new project. So we need to copy old project code or folder in our new project. In rails we need many plugins for … Continue reading
Monthly Archives: September 2009
Paperclip with Rails for image manipulation
I used the spree e-Commerce CMS for checking or R&D of Spree code. Spree is the really nice and basic tool for e-Commerce CMS. When i was going through Spree i got to know about paperclip plugin which is used … Continue reading
Basic of Rails routing -rails routes basic hack
Here I am going to focus on only basic routing technic of Rails. If you are new in rails. Just wanted to remind you. First go to Rails project’s “public” folder and delete or rename the index.html file. If index.html … Continue reading
ActiveRecord-JDBC is for use with JRuby only….
Few days back when i tred to run my rails project. I got an error saying ActiveRecord-JDBC is for use with JRuby only jdbc-mysql is only for use with JRuby /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:76:in `establish_connection’: Please install the jdbcmysql adapter: `gem install activerecord-jdbcmysql-adapter` … Continue reading
Fixed this issue: Building native extensions. This could take a while…
I got this error when i tried to install various ruby gems on system. I am using the Fedoa 9 as OS. I tried a lot to fix this issue and googled lot but not found exactly solution. later on … Continue reading
In page pop up javascripts or modalbox
I got requirement to create in-page pop up in my project. I got many open source javascripts and CSS libraries. I found some of them are useful. Here i given the list of libraries: 1. lightbox2.04 Lightbox is a simple, … Continue reading
Basic authentication using Apache Rule with Fedora
Two months back i got requirement of do basic authentication for testing site server. So Google or any search engine site cannot index the testing sites. We are using Fedora as Operating System and Apache as webserver on our testing … Continue reading
How to Use chkconfig command on fedora
chkconfig command is default command for linux versions. chkconfig command is basically used for what is status when machine is rebooting. Startup of machine which services get started automatically. For listing for services: #su #ROOT-PASSWORD #chkconfig –list If you want … Continue reading
install netbeans 6.7 on fedora 9
For installation of netbeans package you need JDK 1.6 installed on your Fedora box. on Fedora 9 you are having already installed JDK 1.6 so you need to update the installation only. Use following command for installing or updating JDK … Continue reading
Internet connection on PC through mobile GPRS
Many people are suffering “How to connect Mobile GPRS to PC”. This question is about in all over the world. Who are new to use GPRS system and want to connect internet through mobile to PC. Important Note: You need … Continue reading