-
Notifications
You must be signed in to change notification settings - Fork 60
getting_started example not work well. #104
Comments
╭─ 21:20 zw963 ⮀ ~/Project/rust/flipper ⮀ ⭠ (4c623dd) master ➦ ruby-2.3.4@flipper
╰─ $ rails --version
rRails 5.1.2
╭─ 21:20 zw963 ⮀ ~/Project/rust/flipper ⮀ ⭠ (4c623dd) master ➦ ruby-2.3.4@flipper
╰─ $ ruby --version
ruby 2.3.4p301 (2017-03-30 revision 58214) [x86_64-linux]
╭─ 21:20 zw963 ⮀ ~/Project/rust/flipper ⮀ ⭠ (4c623dd) master ➦ ruby-2.3.4@flipper
╰─ $ 127 rustc --version
rustc 1.18.0 (03fc9d622 2017-06-06) |
As we see, no ╭─ 21:22 zw963 ⮀ ~/Project/rust/flipper ⮀ ⭠ (4c623dd) master ➦ ruby-2.3.4@flipper
╰─ $ 2 rake -T |grep -i helix
rake build # Build Helix projects in crates
rake clobber # Clobber Helix builds in crates |
+++ b/crates/text_transform/Rakefile
@@ -1,6 +1,7 @@
require 'bundler/setup'
import 'lib/tasks/helix_runtime.rake'
+require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |t|
t.verbose = false
end |
Thanks for filing this issue!
|
I've updated the website to correct the Getting Started Guide. |
I see document update, thanks
What i means is require 'bundler/setup'
require 'rspec/core/rake_task'
import 'lib/tasks/helix_runtime.rake'
RSpec::Core::RakeTask.new(:spec) do |t|
t.verbose = false
end
task :spec => :build
task :default => :spec in my local machine, i have to add I think exist one |
Following https://usehelix.com/getting_started, found some issues.
rake irb
only worked when intoflipper/crates/text_transform/
directory.But,
rake build
is worked inflipper
, so i think this is a issuedefault, Rails development use spring to boost
rake
, but not worked inflipper/crates/text_transform/
The text was updated successfully, but these errors were encountered: