Recently in the study of using a non-relational database, the document-based database MongoDB is currently being used. Involves manipulating the MongoDB database using Ruby in a Windows environment. It is therefore necessary to install the Ruby development environment in a Windows
Recently took over a mobile phone project. In the process of setting up the environment, some problems have been encountered, recorded in the following, and a personal solution.Development environment Win2003; JetBrains RubyMine6.3.31, download the latest version of Ruby, (Rubyinstaller-2.0.0-p598.exe, the latest version)Official website:http://rubyinstaller.org/downloads/2. Install RubyDouble-click
Install ruby on rails development environment in win7, win7rails
PrefaceMany articles have said that the ruby environment is very difficult to build on windows, and various strange problems may occur. Therefore, we recommend installation and development on linux and mac. However, I followed the tutorial, and there were
Https://ruby-china.org/wiki/install_ruby_guideHow to quickly and correctly install Ruby and rails runtime Environments
For new entry-level developers, installing Ruby, Ruby gems, and rails running environments may be a problem. This section describes how to quickly
For beginners, how to install Ruby, Ruby gems, and rails execution environments may be a problem. This section describes how to install the ruby development environment quickly with a reliable path.The same installation method applies to the product environment!System Requir
For new entry-level developers, how to install Ruby, Ruby Gems and Rails running environments can be a problem, and this page focuses on how to quickly install a ruby development environment with a plausible path.The secondary installation method also applies to the product
:
JAVA_HOME =/opt/jdk1.7.17PATH = $JAVA_HOME/bin:$PATHCLASSPATH = .:$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/dt.jarexport JAVA_HOME PATH CLASSPATH
Execute./etc/profile to make the modified profile take effect immediately. (Note: The space following it)
In fact, the purpose of this configuration is to set path and classpath, which is consistent with setting environment variables in windows. And then test it with javac or Java-version.Install
Recently took over a mobile phone project. In the process of setting up the environment, some problems have been encountered, recorded in the following, and a personal solution.Development environment Win2003; JetBrains RubyMine6.3.31, download the latest version of Ruby, (Rubyinstaller-2.0.0-p598.exe, the latest version)Official website:http://rubyinstaller.org/downloads/2. Install RubyDouble-click
Document directory
Add a MySQL database
Add a java db (Derby) Database
Download Ruby support
If you have not installed the netbeans 6.0 IDE, open the netbeans ide 6.0 download page and download the IDE versions that contain Ruby support. If you already have netbeans ide 6.0, but there is no ruby support in netbeans ide 6.0, follow these steps to add
For newly-introduced developers, how to install Ruby, the operating environment of Ruby Gems and Rails can be a problem, this page focuses on how to quickly install a ruby development environment with a reliable path.The secondary installation method is also applicable to th
Cause:
I often need to check the status of some Windows Services. Every time I use the control panel> Service to view the Service status, it is not only a waste of time but also boring. Simply write a Ruby script. Let the Ruby script notify me of the status of a Windows Service and give me some prompts Based on the sta
Today, I went to cyberspace to deploy my website for my friends. The server is a Windows2003 server. I did not expect to configure ror on Windows2003 as a nightmare, because I saw a lot of IIS and ror documents on the Internet. If you don't know, it's a nightmare. I was too busy till five o'clock P.M., but I still didn't configure it. I came back at night and thought about it. Something is wrong. It may be okay to change my mind.
The general idea is to ins
System RequirementsFirst determine the operating system environment, it is not recommended to engage in Windows, so you need to use:
Mac OS X
Any Linux distribution (Ubuntu,centos, Redhat, ArchLinux ...)
Strong novice use Ubuntu saves unnecessary hassle!
The following code area, with a $ first representation, needs to be performed under the Console (terminal) (not including the $ symbol)Step 0-
This page focuses on how to quickly install a Ruby development environment with a reliable path.System RequirementsFirst determine the operating system environment, it is not recommended to engage in Windows, so you need to use:
Mac OS X
The following code area, with a $ first representation, needs to be performed under the Console (terminal) (not i
Install and uninstall Ruby in Ubuntu
In ubuntu12.04, run the following command to install Ruby 1.8 by default.1 $ sudoapt-Get installruby
I. The following describes how to install ruby1.9.3 (in some versions of Linux, 1.8 must be installed first)
-pg --without-pg --enable-windows-cross --disable-windows-cross --with-pg-config --without-pg-config --with-pg_config --without-pg_config --with-pg-dir --without-pg-dir --with-pg-include --without-pg-include=${pg-dir}/include --with-pg-lib --without-pg-lib=${pg-dir}/libTo see why this extension failed to compile, please check the mkmf.log which can be found here: /Use
ObjectiveSee a lot of articles say Ruby environment is very difficult to build on windows, there will be a variety of strange problems, so it is recommended to Linux and Mac installation development. But I followed the tutorials and the questions were not too much. It took about 2.5 hours or so to complete. So don't be scared to pee, the following is the installation of the steps and specific version of the
How to compile and install ruby source code in win7, and how to compile win7ruby source code
At work, we need to embed ruby c api in c ++ Code. However, compilation fails in the vs project, so we can find the reason by manually compiling ruby from the source code (previously installed using rubyinstaller ).
First dow
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.