Blogs

Probleme beim Einrichten von Rails 3 mit Ruby 1.9.2

I migrated all my applications to Rails 3 with ruby 1.9.2, after I installed ruby I faced few errors. Few of them are 1) The arrow keys were not working in irb console and “no such file to load –readline” error. This is the problem which occurs when the readline extension is not installed with …

Probleme beim Einrichten von Rails 3 mit Ruby 1.9.2 Weiterlesen »

Offshore-RoR-Webentwicklungspartner – RailsCarma

RailsCarma specializes in offshore Ruby On Rails Development and is located at Bangalore, India. RailsCarma offers specialized web development services using the Ruby on Rails platform. RailsCarma has high level of expertise and experience in developing rails / ror applications on PaaS platforms, both in standalone and Software as a Service formats. Projects that are designed, coded and maintained by RailsCarma consists of line of Business applications, industry specific applications in healthcare, smart grid areas where there is high level of api integration with other software and hardware systems. RailsCarma has handled and delivered projects with more than 20k man hours of effort and durations more than 2 years. Visit the website to learn more on this.

So richten Sie das Redmine-Projektverfolgungssystem ein

Set up Redmine-project tracking system Installation Steps 1) Make sure ruby 1.8.7 and Rubygem are installed 2) Install Rails and few required gems gem install rails -v=2.3.5 gem install rack -v=1.0.1 gem install -v=0.4.2 i18n 3) Checkout the Redmine source code svn co http://redmine.rubyforge.org/svn/branches/1.0-stable redmine-1.0 4) Go to redmine-1.0/config and rename few files mv database.yml.example …

So richten Sie das Redmine-Projektverfolgungssystem ein Weiterlesen »

Install Image-magick and rmagick for rails

Start by removing any old versions previously installed via apt-get: sudo apt-get remove imagemagick Then update apt-get and install some supporting packages: sudo apt-get update   *(sudo apt-get install libperl-dev gcc libjpeg62-dev libbz2-dev libtiff4-dev libwmf-dev libz-dev libpng12-dev libx11-dev libxt-dev libxext-dev libxml2-dev libfreetype6-dev liblcms1-dev libexif-dev perl libjasper-dev libltdl3-dev graphviz gs-gpl pkg-config)*   *its a single line …

Install Image-magick and rmagick for rails Weiterlesen »

Konfigurieren Sie Sphinx in der Rails-Anwendung

Install Sphinx Just run the following three commands on your server or dev machine to install Sphinx: ./configure make sudo make install That will setup Sphinx with default for use with MySQL. If you want to use it with PostgreSQL, then run configure with the following flag: ./configure –with-pgsql Note: you can download the sphinx …

Konfigurieren Sie Sphinx in der Rails-Anwendung Weiterlesen »

So installieren Sie Ruby on Rails in Ihrem System

Do following steps to setup rails environment in the local system 1) CSV : Git and Subversion sudo aptitude install subversion sudo apt-get install git-core And you can also installed the suggested package : git-doc git-arch git-cvs git-svn git-email git-daemon-run git-gui gitk gitweb diff-doc. 1) Database setup: Mysql database: sudo aptitude install mysql-server mysql-client PostgresSQL: …

So installieren Sie Ruby on Rails in Ihrem System Weiterlesen »

de_DEGerman