일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- python3
- ruby on rails
- uno
- nano
- Raspberry Pi
- Raspberry Pi 3
- Server
- odroid-x2
- BLE
- dht11
- 라즈베리파이
- ubuntu
- Python
- Nginx
- STM32F4
- Beacon
- orange pi
- JSON
- java
- 아두이노
- mqtt
- Arduino
- 개발환경
- 오렌지파이
- rails
- IOT
- flask
- RUBY
- Android
- parser
- Today
- Total
목록Programming (30)
[熱情]
active admin - 어드민 - https://github.com/activeadmin/activeadmin- https://activeadmin.info Authentication 관련 Devise- 로그인 - https://github.com/plataformatec/devise- https://www.gitbook.com/book/luciuschoi/exploring_devise/detailshttps://www.youtube.com/watch?v=8GYh6w6g7b0 Cancancanhttps://github.com/CanCanCommunity/cancancan attr_encryptedhttps://github.com/attr-encrypted/attr_encrypted xmlrpchttp..
서버 개발환경 구성 - 개발서버; development - 운영서버; real; 실 서비스 서버 - 테스트 서버 ; staging ; 실세 운영 서버와 동일한 환경 루비의 설치 - rbenv 설치 ; 공식웹사이트에서 rbenv를 사용하여 루비를 설치할것을 권고하고 있다. 버전확인 $ ruby -v $ rails -v 프로젝트 생성 $ rails new project-name
옵션 설명 gem install 패키지 설치 gem uninstall 패키지 제거 gme update 패키지를 최신 버전으로 변경 gem cleanup 최신버전만 남기고 패키지 제거 gem list 설치된 패키지 목록 확인 gme which 패키지 설치 경로 확인
http://iamaman.tistory.com/1733 설치 환경변수에 등록하도록 설정하자. Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\K>rudy -v 'rudy'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다. C:\Users\K>ruby -v ruby 2.3.3p222 (2016-11-21 revision 56859) [x64-mingw32] C:\Users\K>irb irb(main):001:0> puts "hello Ruby" hello Ruby => nil irb(main):002:0>
ruby on rails - http://rubyonrails.org/ 20170208 - lastest version - Rails 5.0.1 released December 21, 2016 레일즈 3.0에 기초로 강좌. http://rubykr.github.io/rails_guides/getting_started.html https://www.tutorialspoint.com/ruby-on-rails/ Ruby Installer for windows http://rubyinstaller.org/downloads/ 루비 언어 https://www.ruby-lang.org/ko/ 국내 루비 강좌 https://www.inflearn.com/course/%eb%a3%a8%eb%b9%84-ruby-%ea%b..