Ruby on Rails is a Web application that enables you to develop, deploy, and maintain
ProgramA simple framework.
Of course, all web frameworks share the same goal. What makes rails so different? We can answer this question in several ways.
First, look at the architecture. In the past, many developers used the MVC Architecture in rigorous web applications. The
For several days, ROR environment finally set up, in order to prevent later forget, less detours, special records
=============================================
installation process
1. Installation rubyinstaller-1.9.2
2, install the implementation gem install Rails
3. Install dev Kit Download and unzip to Ruby's in
Ruby rails installation process description 1. create a user 2. assign permissions first add a user group: groupadd humou Add User, set the main directory, shell path useradd-g humou-d/home/humou-s/bin/bash-m humoushell path is not set, this user will not be able to log on or directly: useradd-g humou set password passwd humou delete a user: userdel humou corresponding user group will also be deleted to vi
Deploying Network application Services is a hassle, installing programs, upgrading database schemas, switching versions, and restarting services. The more steps, the more human involvement, the more prone to problems.
Capistrano is Ruby on Rails to provide the deployment solution, the original name Switchtower, a lot of names, the results and people heavy, replaced now this, it is estimated to be in order
Http://www.cnzzad.com/tut/69566.html
Recommended:Start Network-Professional hosting and server sharing provider 17hz.net-5-year server shared rental boutique Service
From: http://developer.51cto.com/art/200908/147276.htm
It is difficult to install Ruby on Rails, but it is also very convenient. Development of applications based on RubyProgramYou must
Development Environment:
OS: Windows XP
RUBY: ruby1.9.1
Rails: rails2.3.5
IDE: rubymine2.0.1
Flash builder: Flash builder4
Background:
In ruby-Flex practice-using swfobject to load SWF in a ruby project describes how to reference SWF on the rails interface. This example des
Rails has a built-in Log function, or, more accurately, Rails exposes the Logger object, which can be used in all Rails programs.
Logger is a simple Log framework transplanted from ruby (you can type ri Logger in the ruby command line to view the documentation of the stand
Online information There are many, but a lot of pits, some have expired, and some do not conform to the current arrangement of some seemingly also with the OS system version has a relationship, do not copy, according to the actual situation to installMy system version is 10.12.31. Install XcodePlease follow the process installation, here does not elaborate2 HomebrewOfficial website: http://brew.sh/index_zh-cn.html Best FQ under, otherwise have to wait
Writing a database management system with Ruby on Rails is very fast. Ruby on Rails has such a high productivity, not only is Ruby's syntax flexible, but it's all a big program thanks to activity records (active record). So what is an activity record? If you explain it in one sentence, it's a framework that maps data t
View
View is divided into builder mode and rhtml mode.
The following is an example of the builder mode.
XML. Div (: class => "productlist") DoXML. timestamp (time. Now)@ Products. Each do | product |XML. Product doXML. productname (product. Title)XML. Price (product. Price,: currency => "USD ")EndEndEnd
If the tag and built-in method are repeated, you can use something! () To generate tags
Rhtml is similar to JSP.
The H method provides HTML EncodingHelper
Xxxcontroller correspon
Tags: railsThere are 11 chapters in total, a simple Weibo system.The development is driven by testing, so there are a lot of test code in the book. At the beginning, I felt very uncomfortable. After a while, I still don't like this development method. Finally, I chose to organize the knowledge points in the book in my own way. That is to say, I separate the development part from the test part. After thinking about it, I think the knowledge points can be divided into the following four points.1.
Website development pay attention to is the efficiency, can put an idea in the shortest time to achieve, often easy to occupy the opportunity. While the development of Ruby on Rails is highly efficient, it is not a pleasant thing to do if each development site needs to start from scratch with the tedious basics of registering, logging in, rights management, and forgetting passwords. The following code allow
It is convenient to implement user registration and login functions in Rails, such as the full functionality of a gem expansion pack that can be implemented using devise. You can also use Rails to bring your own Has_secure_password from the built. The following is an attempt to use Has_secure_password to implement user registration and login capabilities.
Preparatory work
To create a project:
; class:"Control-label"%> class:"Form-control"%> class="Form-group"> class:"Control-label"%> "if",class:"Form-control"%> ifDevise_mapping.rememberable? -%> class="Form-group"> class="Actions"> "Login",class:"btn Btn-primary"%> "Forgot Password", New_password_path (resource_name),class:"btn Btn-link"%> (8) In order to protect our methods, add a login check before each method app/controllers/application_controller.rbclass Applicationcontroller actioncontroller::base # Prevent CSRF attacks by ra
We've already completed a simple shopping cart, and from this start we'll see how to test in rails.
When we created the shopping cart program in our depot directory, there is already a test directory, which is for us to test preparation. So far, we've seen that the fixtrues and Functional,unit directories inside have a test file that corresponds to the controller and model.
We first Test products this model. Code test\unit the product_test.rb file i
Rails built log functionality, or more precisely, rails exposes the Logger object, which can be used in all rails programs.
Logger is a simple log frame ported from Ruby (you can type RI logger to view the documentation of the standard library in Ruby's command line), and for us, we just need to know that logger can t
Lin Shi, a friend of mine, recommended a web development tool: Ruby. He went to his side in the morning and demonstrated it. It was amazing! As long as you define a database table, regardless of ms SQL and MySQL, the rest of the work is about the rails framework. Let's take a look at the self-contained page of the rails framework. One word can be used to describe
Let's take a look at some tips for debugging this time.
First, and most importantly, writing test code, writing unit tests and functional tests in rails is simple, using them to reduce the rate of bugs, or to avoid bugs in your previous code.
The test code tells you what works and what doesn't, and the test code helps you isolate the problematic code, because sometimes the bug doesn't show up quickly.
If the problem occurs in a model, we can use th
A Brief Introduction to Ruby on Rails's support for PostgreSQL array types, railspostgresql
I am very happy to announce that Rails 4.0 now supports PostgreSQL array types. you can easily create fields of the array type through: array => true in migration. you can also add other options (length, default, and so on) when creating an array field)
create_table :table_with_arrays do |t| t.integer :int_array, :ar
Modify viewsModify the index view (app/views/posts/index.html.erb) and add the edit link as follows:That is, add the following logic: Among them, Edit_post_path, is the previous "[Ruby on Rails] and I learned route map" referred to the edit action prefix added a shortcut after the _path suffix, can accept parameters, here accept the post instance object.Then edit the view and copy the new view as an edit v
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.