This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 10 context "Entry" do | |
| 11 rails_context EntryController do | |
| 12 hookup { get :index } | |
| 13 asserts(:response).renders(/index/) | |
| 14 end | |
| 15 end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RuntimeError in Admin/dashboard#index | |
| Showing app/views/admin/dashboard/_posts.html.erb where line #9 raised: | |
| Invalid root argument: | |
| Extracted source (around line #9): | |
| 6: <% else %> | |
| 7: <% for post in @recent_posts -%> | |
| 8: <li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Installing ri documentation for typo-5.4.2... | |
| ERROR: While generating documentation for typo-5.4.2 | |
| ... MESSAGE: Unhandled special: Special: type=17, text="<!--more-->" | |
| ... RDOC args: --ri --op /usr/lib/ruby/gems/1.8/doc/typo-5.4.2/ri --quiet . --title typo-5.4.2 Documentation | |
| Installing RDoc documentation for typo-5.4.2... | |
| ERROR: While generating documentation for typo-5.4.2 | |
| ... MESSAGE: Unhandled special: Special: type=17, text="<!--more-->" | |
| ... RDOC args: --op /usr/lib/ruby/gems/1.8/doc/typo-5.4.2/rdoc --quiet . --title typo-5.4.2 Documentation |
NewerOlder