Ruby on Rails Version 3.1.0 ist eine spezielle Version von Ruby on Rails. Es wurde am 30. August 2011 veröffentlicht. Verwenden Sie dieses Tag für Probleme im Zusammenhang mit der Entwicklung in Ruby on Rails Version 3.1.
Frage: Wann muss ich mich in meinen Modellen in Rails selbst verwenden? Ich habe eine setMethode in einem meiner Modelle. class SomeData < ActiveRecord::Base def set_active_flag(val) self.active_flag = val self.save! end end Wenn ich das mache, funktioniert alles gut. Wenn ich dies jedoch tue: class SomeData < ActiveRecord::Base def set_active_flag(val) …
Ich habe ein Modell namens Topic, das einen Namen als Feld hat. Sagen wir also, ich habe einen Begriff, nach dem ich suche, Apfel. Wenn ich a mache Topic.find_by_name("apple") Ich bekomme eine Platte mit dem Namen Apfel zurück. Das ist gut - aber wie ändere ich find_by_name so, dass es …
Ich teile eine Client-Konfigurations-XML-Datei-Seite, die ich auch auf der Serverseite laden muss. Ich habe sie in app / assets / javascripts / configuration.yml abgelegt Ich kann # {asset_path 'configuration.yml'} in einer Ansicht verwenden, um den Pfad abzurufen, aber ich kann nicht in einem Controller. Ich könnte direkt mit "# {Rails.root} …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.