This repository has been archived by the owner on Jan 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Having trouble with rake?
juanfranblanco edited this page Aug 29, 2011
·
7 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 65001
the default is usually something else. (note: this is because of a character Andreas' last name ;P) 2.1 If you are working in an older branch, make sure that the rakefile.rb starts with the line # encoding: utf-8 - If you want to build your own custom nuget package you can run
rake nuget_package
and it will be in the/build/nuget
folder - Make sure no tests are failing, if a test fails the build is aborted and you really should keep the tests passing ;-)
- Introduction
- Exploring the Nancy module
- Routing
- Taking a look at the DynamicDictionary
- Async
- View Engines
- Using Models
- Managing static content
- Authentication
- Lifecycle of a Nancy Application
- Bootstrapper
- Adding a custom FavIcon
- Diagnostics
- Generating a custom error page
- Localization
- SSL Behind Proxy
- Testing your application
- The cryptography helpers
- Validation
- Hosting Nancy with ASP.NET
- Hosting Nancy with WCF
- Hosting Nancy with Azure
- Hosting Nancy with Suave.IO
- Hosting Nancy with OWIN
- Hosting Nancy with Umbraco
- Hosting Nancy with Nginx on Ubuntu
- Hosting Nancy with FastCgi
- Self Hosting Nancy
- Implementing a Host
- Accessing the client certificate when using SSL
- Running Nancy on your Raspberry Pi
- Running Nancy with ASP.NET Core 3.1