«ruby-on-rails-4» 태그된 질문

Rails 버전 4와 관련된 문제입니다. 질문이 일반적으로 Ruby on Rails에 적용되는 경우 [ruby-on-rails] 태그를 사용하세요.


6
Rails 4 이미지 경로, 이미지 URL 및 자산 URL이 더 이상 SCSS 파일에서 작동하지 않습니다.
image-urlRails 4에서 다른 것을 제외 하고 다른 것을 사용해야 합니까? 말이 안되는 다른 값을 반환합니다. 내가 가지고있는 경우 logo.png에 /app/assets/images/logo.png내가 다음을 수행, 이것은 내가 무엇을 얻을 수 있습니다 : image-url("logo.png") -> url("/images/logo.png") #obviously doesn't work image-path("logo.png") -> "/images/logo.png" asset-url("logo.png") -> url("/logo.png") 물론 이러한 작업은 적어도 /assets앞에 필요하기 때문에 작동하지 않습니다 …

3
Rails4가 Gemfile에서 "assets"그룹에 대한 지원을 중단 한 이유
Rails 3에서는 자산 파이프 라인에서 자산을 생성하기 위해 독점적으로 사용 된 gem assets이 Gemfile 그룹에 올바르게 배치되었습니다 . ... # Gems used only for assets and not required # in production environments by default. group :assets do gem 'sass-rails' gem 'coffee-rails' gem 'uglifier' # See https://github.com/sstephenson/execjs#readme for more supported runtimes …

2
Rails 4에서 has_many : through : uniq 사용시 사용 중단 경고
Rails 4는 has_many : through와 함께 : uniq => true를 사용할 때 사용 중단 경고를 도입했습니다. 예를 들면 : has_many :donors, :through => :donations, :uniq => true 다음 경고를 표시합니다. DEPRECATION WARNING: The following options in your Goal.has_many :donors declaration are deprecated: :uniq. Please use a scope block instead. For …

3
루비에서 스레드로부터 안전하지 않은 것이 무엇인지 아는 방법?
Rails 4 부터 모든 것이 기본적으로 스레드 환경에서 실행되어야합니다. 이것이 의미하는 것은 우리가 작성하는 모든 코드 와 우리가 사용하는 모든 gem은threadsafe 그래서 이것에 대해 몇 가지 질문이 있습니다. 루비 / 레일에서 스레드로부터 안전하지 않은 것은 무엇입니까? Vs 루비 / 레일에서 스레드로부터 안전한 것은 무엇입니까? 보석의 목록이 거기에 있다 스레드가 알려진 …

3
Rails 4에서 컨트롤러 또는 액션에 대한 X-Frame-Options를 재정의하는 방법
Rails 4 SAMEORIGIN는 X-Frame-OptionsHTTP 응답 헤더 의 기본값을 설정하는 것으로 보입니다 . 이다 중대한 보안을 위해, 그러나 그것은에서 사용할 수 있도록 응용 프로그램의 일부를 허용하지 않는 iframe다른 도메인에. X-Frame-Options다음 config.action_dispatch.default_headers설정을 사용하여 전역 적으로 의 값을 재정의 할 수 있습니다 . config.action_dispatch.default_headers['X-Frame-Options'] = "ALLOW-FROM https://apps.facebook.com" 그러나 단일 컨트롤러 또는 작업에 대해 …

16
pg (0.17.1)를 설치하는 동안 오류가 발생하여 Bundler를 계속할 수 없습니다.
방금 설치 Rails 4.0.2했고 새 앱을 만들 때 번들 단계에서 다음을 얻습니다. Installing pg (0.17.1) Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /Users/Dee/.rvm/rubies/ruby-2.0.0-p247/bin/ruby extconf.rb checking for pg_config... no No pg_config... trying anyway. If building fails, please try again with --with-pg-config=/path/to/pg_config checking for libpq-fe.h... no Can't find the 'libpq-fe.h header …


19
서버가 호스트 "localhost"(:: 1)에서 실행 중이고 포트 5432에서 TCP / IP 연결을 허용합니까?
먼저 Stack Overflow 및 웹 전체의 기사에서 몇 가지 유사한 질문을 찾았지만 그중 어느 것도 내 문제를 해결하는 데 도움이되지 않았습니다. PG 오류는 서버에 연결할 수 없습니다. 연결이 거부되었습니다. 서버가 포트 5432에서 실행 중입니까? PG :: ConnectionBad-서버에 연결할 수 없음 : 연결이 거부되었습니다. psql : 서버에 연결할 수 없음 : …

5
쿼리와 같은 안전한 ActiveRecord
LIKE 쿼리를 작성하려고합니다. 순수한 문자열 요구 사항이 안전하지 않다는 것을 읽었지만 안전한 LIKE 해시 쿼리를 작성하는 방법을 설명하는 문서를 찾을 수 없습니다. 가능합니까? SQL Injection을 수동으로 방어해야합니까?

6
여러 외래 키와 Rails 연결
한 테이블에 두 개의 열을 사용하여 관계를 정의 할 수 있기를 원합니다. 따라서 작업 앱을 예로 사용합니다. 시도 1 : class User < ActiveRecord::Base has_many :tasks end class Task < ActiveRecord::Base belongs_to :owner, class_name: "User", foreign_key: "owner_id" belongs_to :assignee, class_name: "User", foreign_key: "assignee_id" end 그럼 Task.create(owner_id:1, assignee_id: 2) 이 날 …

11
mysql2 gem으로 앱을 설치하려고 할 때 오류 발생
mysql2gem 을 사용하는 오픈 소스 레일 3.2.21 애플리케이션을 설치하려고 하지만 명령을 실행하려고 bundle하면 다음 오류가 발생합니다. Fetching: mysql2-0.3.18.gem (100%) Building native extensions. This could take a while... p ERROR: Error installing mysql2: ERROR: Failed to build gem native extension. /Users/my_username/.rvm/rubies/ruby-2.1.2/bin/ruby -r ./siteconf20150614-72129-orqsb7.rb extconf.rb checking for ruby/thread.h... yes checking for rb_thread_call_without_gvl() …


5
Rails 4로 활성 관리자 설치
Rails 4에 활성 관리자를 설치할 때이 오류가 발생했습니다. Bundler could not find compatible versions for gem "actionpack": In Gemfile: meta_search (>= 1.1.0.pre) ruby depends on actionpack (~> 3.1.0.alpha) ruby rails (= 4.0.0.rc1) ruby depends on actionpack (4.0.0.rc1) 다음 지침을 따릅니다. http://www.activeadmin.info/docs/documentation.html 누구든지 도와주세요.

12
Rails 4의 LEFT OUTER JOIN
3 가지 모델이 있습니다. class Student < ActiveRecord::Base has_many :student_enrollments, dependent: :destroy has_many :courses, through: :student_enrollments end class Course < ActiveRecord::Base has_many :student_enrollments, dependent: :destroy has_many :students, through: :student_enrollments end class StudentEnrollment < ActiveRecord::Base belongs_to :student belongs_to :course end 특정 학생과 관련된 StudentEnrollments 테이블에없는 Courses 테이블의 강좌 목록을 쿼리하고 싶습니다. …

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.