forked from NancyFx/Nancy
-
Notifications
You must be signed in to change notification settings - Fork 0
Having trouble with rake?
juanfranblanco edited this page Aug 29, 2011
·
3 revisions
If you have problems with building with rake you should make sure of a few things
- Make sure you have Ruby 1.9.x installed and get Rake and Albacore gems as well
- If you are having problems with building on windows make sure your CMD codepage is set to UTF-8 using
chcp 65001the default is usually something else. (note: this is because of a character Andreas' last name ;P)
- rakefile.rb should start with # encoding: utf-8 (this might be an issue if working with older branches)
- If you want to build your own custom nuget package you can run
rake nuget_packageand it will be in the/build/nugetfolder - Make sure no tests are failing, if a test fails the build is aborted and you really should keep the tests passing ;-)
- Taking a look at the DynamicDictionary
- The before and after module hooks
- Model binding
- Bootstrapper
- View Engines
- View location conventions
- Testing your application
- The root path
- Managing static content
- Diagnostics
- Adding a custom FavIcon
- The Application Before, After and OnError pipelines
- Generating a custom error page
- The cryptography helpers
- Content negotiation
- Authentication
- More to come
- Hosting Nancy with ASP.NET
- Hosting Nancy with WCF
- Hosting Nancy with Azure
- Hosting Nancy with OWIN
- Hosting Nancy with Umbraco
- Hosting Nancy with Nginx on Ubuntu
- Self Hosting Nancy
- Implementing a Host
- Accessing the client certificate when using SSL
- Blog Posts, Video & Audio
- Async-Beta (Async Beta)