Changesets can be listed by changeset number.
The Git repository is here.
Changeset 89
Attribute ":condition" should have read ":conditions", but since the
relevant condition doesn't seem to be met by the first "book" in the
database, the condition has been temporarily removed; presently,
there will only be one "book" in the ROOL Wiki anyway. Effect is
to cause redirection from .../rails/i2 to .../rails/i2/documentation.
- Comitted by: adh
- Date: Monday October 16 11:33:01 2006 (over 18 years ago)
Affected files:
rool/rails/i2/trunk/app/controllers/books_controller.rb:
prev. | current | |
caches_page :feed | ||
def premiere | ||
7 | | |
7 | redirect_to home_url(:book_url_name => Book.find(:first)) #, :conditions => "premiere = '1'")) | |
end | ||
def feed |