Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
つまり、Ramaze で「404 - 見つかりません」をスローするにはどうすればよいですか?
Innate::Helper::Redirect#respondコントローラーに含まれる( source ) メソッドを使用して、任意の応答を返すことができます。
Innate::Helper::Redirect#respond
def my_action respond("Response body", 404) end