search for: make_it

Displaying 2 results from an estimated 2 matches for "make_it".

Did you mean: make_id
2011 May 23
5
Integration branch pushed out to btrfs-unstable
Hi everyone, I''ve pushed out my current kernel git tree to a new branch called integration-test. This is meant for integration testing only and should not be run by anyone who doesn''t love crashes. I''ve pulled together a lot of important work from a lot of different people. It includes: The new inode number allocator Delayed inode and directory item updates Scrub,
2006 Apr 20
0
Custom path overriding - routes.rb
...e: id=1, title="Test", path="/test.html", content="some test content..." id=2, title="Example", path="/another/example/", content="some example content..." id=3, title="Some more", path="/however_convoluted/I/want/to/make_it.whatever", content="etc." With the regular scaffolding and routes.rb setup, I can have paths like /item/view/1, /item/view/2, etc., for these examples, but I also want to be able to have the /test.html, /another/example/, etc., paths work. I''d be happy with being able t...