How do I access Intranet Rails from the public network
Rails is installed locally and can only be accessed on the LAN. How can I access local Rails from the public network? This article describes the specific implementation steps. 1. Preparation 1.1 Install and start Rails on the default Rails port 3000. Holer software package: Holer-xx.tar.gz Holer supports all kinds of OS system platforms, please select the Holer software matching with the local OS type...
The Playbook in Chinese
In the past few years, we have completed hundreds of projects for customers in North America, Europe and Australia, such as e-commerce, social networking, media, data visualization, mobile APP, etc. In the past two years, we have also started to cooperate with some excellent entrepreneurs in China to create valuable products together.
Sorts Rails resources based on computed values
I recently went to a mobile payments hackathon and worked with my Flock co-founder Reminder app. You enter the name and expiration date of the project. The application then shows you how long it takes you to complete a given task based on the Clear inspired green to red spectrum. The original
Roda versus Sinatra in small project development
Roda is a micro Web Framework written by Jeremy Evans, the author of Sequel, my favorite Ruby project.
ActiveRecord's Queries Tricks
ActiveRecord 's queries tricks the original reporter. [link] associative table join conditions of use {code... } Better practice {code... } merge[link][link] nested join User has_one Profile has_many Skills {merge[link][link] nested join } Exist query exists and does not Exist {code... } 'query' = 'query';} 'query' = 'query';} 'query' = 'query';